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