storybook/docs/snippets/common/csf-3-example-primary-dark-story.js.mdx
2022-12-05 12:37:36 -07:00

8 lines
118 B
Plaintext

```js
// CSF 3
export const PrimaryOnDark = {
...Primary,
parameters: { background: { default: 'dark' } },
};
```