storybook/docs/snippets/web-components/csf-3-example-starter.js.mdx
Kyle Gach b97d94e005 Address feedback
- Newline following filename comment
- Fix URLs in comments
- Ensure consistent usage of `ts` vs `tsx` language
2023-01-12 14:17:39 -07:00

11 lines
151 B
Plaintext

```js
// CSF 3
export default {
title: 'components/Button',
component: 'demo-button',
};
export const Primary = { args: { primary: true } };
```