summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/home.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons/home.stories.tsx')
-rw-r--r--src/components/atoms/icons/home.stories.tsx15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/atoms/icons/home.stories.tsx b/src/components/atoms/icons/home.stories.tsx
index 59eb477..b1c995c 100644
--- a/src/components/atoms/icons/home.stories.tsx
+++ b/src/components/atoms/icons/home.stories.tsx
@@ -4,6 +4,21 @@ import HomeIcon from './home';
export default {
title: 'Atoms/Icons',
component: HomeIcon,
+ argTypes: {
+ className: {
+ control: {
+ type: 'text',
+ },
+ description: 'Set additional classnames.',
+ table: {
+ category: 'Styles',
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
+ },
} as ComponentMeta<typeof HomeIcon>;
const Template: ComponentStory<typeof HomeIcon> = (args) => (