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