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