diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-01 19:03:42 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-01 22:58:18 +0200 | 
| commit | d177e0c7c61845b516d4a361a21739bb6486b9b5 (patch) | |
| tree | 3905aab133889d5d59f8116fbcf301930b858887 /src/components/atoms/buttons/button.stories.tsx | |
| parent | 163f9dc0fe436b708de4e59999e87005c6685a0f (diff) | |
chore: add a back to top component
Diffstat (limited to 'src/components/atoms/buttons/button.stories.tsx')
| -rw-r--r-- | src/components/atoms/buttons/button.stories.tsx | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/src/components/atoms/buttons/button.stories.tsx b/src/components/atoms/buttons/button.stories.tsx index 5af61bd..bec5e5d 100644 --- a/src/components/atoms/buttons/button.stories.tsx +++ b/src/components/atoms/buttons/button.stories.tsx @@ -75,6 +75,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, +      }, +    },      type: {        control: {          type: 'select', | 
