From 0f936ec0e7606cb79434d94096b6e113a7ce78eb Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 15 Dec 2023 18:35:16 +0100 Subject: refactor(stories): migrate stories to CSF3 format --- .../atoms/buttons/button-link/button-link.mdx | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 src/components/atoms/buttons/button-link/button-link.mdx (limited to 'src/components/atoms/buttons/button-link/button-link.mdx') diff --git a/src/components/atoms/buttons/button-link/button-link.mdx b/src/components/atoms/buttons/button-link/button-link.mdx new file mode 100644 index 0000000..e22471e --- /dev/null +++ b/src/components/atoms/buttons/button-link/button-link.mdx @@ -0,0 +1,71 @@ +import { ArgTypes, Canvas, Meta, Primary } from '@storybook/blocks'; +import * as ButtonLinkStories from './button-link.stories'; + + + +# Button + + + +## Kind + +The button appearance can change depending on its kind. + +### Primary + + + +### Secondary (default) + + + +### Tertiary + + + +## States + +It can be: +* enabled, +* disabled +* external. + +### Enabled (default) + + + +### Disabled + + + +### External + + + +## Shapes + +It can either: +* be a circle, +* be a rectangle +* be a square, +* or have an automatic shape. + +### Circle + + + +### Rectangle (default) + + + +### Square + + + +### Auto + + + +## Props + + -- cgit v1.2.3