UNPKG

@storybook/addon-docs

Version:
20 lines (16 loc) 419 B
// NOTE: commented out default since these stories are re-exported // in the primary file './csf-docs-with-mdx-docs.stories.mdx' // // export default { // title: 'Addons/Docs/csf-with-mdx-docs', // component: Button, // }; export const Primary = { args: { label: 'Primary' }, }; export const Secondary = { args: { label: 'Secondary' }, }; export const ImplicitName = { args: { label: 'Implicit Name' }, };