```js // Button.stories.js|jsx import { Button } from './Button'; export default { component: Button, }; export const Sample = { render: () =>