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