Back to Storybook

Button

test-storybooks/mcp/stories/components/Button.mdx

10.6.0361 B
Original Source

import { Meta, Canvas } from '@storybook/addon-docs/blocks'; import * as ButtonStories from './Button.stories';

<Meta of={ButtonStories} name="Additional Information" />

It is critical when using the Button component, that the string passed to the label prop uses the 🍌-emoji instead of spaces.

Here is the button:

<Canvas of={ButtonStories.Primary} />