```md import { Meta, Story } from '@storybook/addon-docs'; import { Button } from './button.component'; {{ props: { background: '#ff0', label: 'Button', }, }} {{ props: { background: '#ff0', label: '😄👍😍💯', }, }} {{ props: { background: '#ff0', label: '📚📕📈🤓', }, }} ```