```md import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; import { Badge } from './Badge'; import { Icon } from './Icon'; export const Template = (args) => # Badge Let's define a story for our `Badge` component: {Template.bind({})} We can drop it in a `Canvas` to get a code snippet: {Template.bind({})} We can even preview multiple Stories in a block. This gets rendered as a group, but defines individual stories with unique URLs which is great for review and testing. {Template.bind({})} {Template.bind({})} {Template.bind({})} with icon) )}}> {Template.bind({})} ```