mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:11:05 +08:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
```js
|
|
// Button.stories.js | Button.stories.ts
|
|
|
|
export const Primary = Template.bind({});
|
|
Primary.parameters = { docs: { page: null } }
|
|
``` |