aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/button-link.stories.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-12 16:09:21 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-12 16:09:21 +0200
commit27ff3104aabed240470d351bda02095d8169501f (patch)
treee4b43947c1150201067d40622b52b65bd19f01a2 /src/components/atoms/buttons/button-link.stories.tsx
parentff3a251e75fafce7d95177010401483127973313 (diff)
chore: add a Summary component
Diffstat (limited to 'src/components/atoms/buttons/button-link.stories.tsx')
-rw-r--r--src/components/atoms/buttons/button-link.stories.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/atoms/buttons/button-link.stories.tsx b/src/components/atoms/buttons/button-link.stories.tsx
index 6fe786b..92b7521 100644
--- a/src/components/atoms/buttons/button-link.stories.tsx
+++ b/src/components/atoms/buttons/button-link.stories.tsx
@@ -28,6 +28,19 @@ export default {
required: true,
},
},
+ className: {
+ control: {
+ type: 'text',
+ },
+ description: 'Set additional classnames to the button link.',
+ table: {
+ category: 'Styles',
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
kind: {
control: {
type: 'select',