summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/images/logo.stories.tsx')
-rw-r--r--src/components/atoms/images/logo.stories.tsx15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/atoms/images/logo.stories.tsx b/src/components/atoms/images/logo.stories.tsx
index afb5317..fbc7501 100644
--- a/src/components/atoms/images/logo.stories.tsx
+++ b/src/components/atoms/images/logo.stories.tsx
@@ -4,6 +4,21 @@ import LogoComponent from './logo';
export default {
title: 'Atoms/Images',
component: LogoComponent,
+ argTypes: {
+ title: {
+ control: {
+ type: 'text',
+ },
+ description: 'The SVG title.',
+ table: {
+ category: 'Accessibility',
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
+ },
} as ComponentMeta<typeof LogoComponent>;
const Template: ComponentStory<typeof LogoComponent> = (args) => (