storybook/docs/_snippets/storybook-auto-docs-starter-example.md

1.4 KiB

import { Meta, Story } from '@storybook/blocks';

import * as ButtonStories from './Button.stories';

<Meta of={ButtonStories} />

# Button

Button is a clickable interactive element that triggers a response.

You can place text and icons inside of a button.

Buttons are often used for form submissions and to toggle elements into view.

## Usage

<Story of={ButtonStories.Basic} />
import { Meta, Story } from '@storybook/blocks';

import * as ButtonStories from './Button.stories.svelte';

<Meta of={ButtonStories} />

# Button

Button is a clickable interactive element that triggers a response.

You can place text and icons inside of a button.

Buttons are often used for form submissions and to toggle elements into view.

## Usage

<Story of={ButtonStories.Basic} />
import { Meta, Story } from '@storybook/blocks';

import * as ButtonStories from './Button.stories';

<Meta of={ButtonStories} />

# Button

Button is a clickable interactive element that triggers a response.

You can place text and icons inside of a button.

Buttons are often used for form submissions and to toggle elements into view.

## Usage

<Story of={ButtonStories.Basic} />