diff options
Diffstat (limited to 'src/components/atoms/icons/home.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/home.stories.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/atoms/icons/home.stories.tsx b/src/components/atoms/icons/home.stories.tsx index b1c995c..ffb3061 100644 --- a/src/components/atoms/icons/home.stories.tsx +++ b/src/components/atoms/icons/home.stories.tsx @@ -1,8 +1,11 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; import HomeIcon from './home'; +/** + * Home icon - Storybook Meta + */ export default { - title: 'Atoms/Icons', + title: 'Atoms/Illustrations/Icons', component: HomeIcon, argTypes: { className: { @@ -25,4 +28,7 @@ const Template: ComponentStory<typeof HomeIcon> = (args) => ( <HomeIcon {...args} /> ); +/** + * Icons Stories - Home + */ export const Home = Template.bind({}); |
