aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/headings/heading.stories.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-06 18:40:17 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-06 18:45:08 +0200
commit47e12259d512e476326e83929efebf036b57f7c1 (patch)
treeff175aa349caf2a3872f78a239d8f35d72affcc5 /src/components/atoms/headings/heading.stories.tsx
parentdfd816d1891545aa8ead982b57891858f1c82bb4 (diff)
chore: add a Modal component
Diffstat (limited to 'src/components/atoms/headings/heading.stories.tsx')
-rw-r--r--src/components/atoms/headings/heading.stories.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/atoms/headings/heading.stories.tsx b/src/components/atoms/headings/heading.stories.tsx
index 0b286fe..cea3532 100644
--- a/src/components/atoms/headings/heading.stories.tsx
+++ b/src/components/atoms/headings/heading.stories.tsx
@@ -9,6 +9,19 @@ export default {
withMargin: true,
},
argTypes: {
+ additionalClasses: {
+ control: {
+ type: 'text',
+ },
+ description: 'Set additional classes.',
+ table: {
+ category: 'Options',
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
children: {
description: 'Heading body.',
type: {