```js // Button.stories.js export default { title: 'Button', component: 'demo-button', }; export const Primary = { name: 'I am the primary', }; ```