storybook/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx
2020-10-08 01:13:49 -04:00

10 lines
142 B
Plaintext

```js
// Button.stories.js
export const Large = Template.bind({});
Large.parameters = {
controls: { hideNoControlsWarning: true },
};
```