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