diff options
Diffstat (limited to 'src/components/atoms/buttons/button-link.stories.tsx')
| -rw-r--r-- | src/components/atoms/buttons/button-link.stories.tsx | 15 |
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, |
