aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/button-link.stories.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-01 19:03:42 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-01 22:58:18 +0200
commitd177e0c7c61845b516d4a361a21739bb6486b9b5 (patch)
tree3905aab133889d5d59f8116fbcf301930b858887 /src/components/atoms/buttons/button-link.stories.tsx
parent163f9dc0fe436b708de4e59999e87005c6685a0f (diff)
chore: add a back to top component
Diffstat (limited to 'src/components/atoms/buttons/button-link.stories.tsx')
-rw-r--r--src/components/atoms/buttons/button-link.stories.tsx15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/atoms/buttons/button-link.stories.tsx b/src/components/atoms/buttons/button-link.stories.tsx
index d4df676..6fe786b 100644
--- a/src/components/atoms/buttons/button-link.stories.tsx
+++ b/src/components/atoms/buttons/button-link.stories.tsx
@@ -43,6 +43,21 @@ export default {
required: false,
},
},
+ shape: {
+ control: {
+ type: 'select',
+ },
+ description: 'The link shape.',
+ options: ['rectangle', 'square'],
+ table: {
+ category: 'Options',
+ defaultValue: { summary: 'rectangle' },
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
target: {
control: {
type: null,