From abdebbce236e9c0c8b6df61268503bafdd767812 Mon Sep 17 00:00:00 2001 From: Patrick Negri Date: Sun, 28 Jan 2024 01:44:23 +0000 Subject: [PATCH] Upgrade storybook --- src/components/Button.mdx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/components/Button.mdx diff --git a/src/components/Button.mdx b/src/components/Button.mdx new file mode 100644 index 0000000..77b2ecf --- /dev/null +++ b/src/components/Button.mdx @@ -0,0 +1,30 @@ +import { Canvas, Meta, Primary, Controls, Subtitle, Story, ArgTypes, Description } from '@storybook/blocks'; +//import * as ButtonStories from './Button.stories'; + +import * as ButtonStories from './Button.stories'; + +# Button + + + +Displays an image that represents a user or organization + +A button is ... + + + + + + + +## Props + + + + + +## Stories + +### Primary + +A button can be of primary importance.