diff options
Diffstat (limited to 'src/components/atoms/icons/cc-by-sa.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/cc-by-sa.stories.tsx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/atoms/icons/cc-by-sa.stories.tsx b/src/components/atoms/icons/cc-by-sa.stories.tsx index 42a93c9..21d6cd5 100644 --- a/src/components/atoms/icons/cc-by-sa.stories.tsx +++ b/src/components/atoms/icons/cc-by-sa.stories.tsx @@ -5,6 +5,21 @@ import CCBySAIcon from './cc-by-sa'; export default { title: 'Atoms/Icons', component: CCBySAIcon, + argTypes: { + className: { + control: { + type: 'text', + }, + description: 'Set additional classnames.', + table: { + category: 'Styles', + }, + type: { + name: 'string', + required: false, + }, + }, + }, } as ComponentMeta<typeof CCBySAIcon>; const Template: ComponentStory<typeof CCBySAIcon> = (args) => ( |
