storybook/docs/snippets/common/button-story-disable-docspage.js.mdx
2021-01-28 00:11:22 +00:00

6 lines
139 B
Plaintext

```js
// Button.stories.js | Button.stories.ts
export const Primary = Template.bind({});
Primary.parameters = { docs: { page: null } }
```