```md
import { Meta, Story, Preview } from '@storybook/addon-docs/blocks';
import { Badge } from './Badge';
import { Icon } from './Icon';
# Badge
Let's define a story for our `Badge` component:
Positive
We can drop it in a `Canvas` to get a code snippet:
We can even preview multiple stories in a block. This
gets rendered as a group, but defines individual stories
with unique URLs and isolated snapshot tests.
```