storybook/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx
2020-08-09 19:26:47 +01:00

9 lines
141 B
Plaintext

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