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