```md import { Meta, Story, Canvas } 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: Negative 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. Warning Neutral Error with icon ```