storybook/docs/_snippets/button-story-with-sample.md
2024-06-13 17:53:08 +01:00

458 B

import { Button } from './Button';

export default {
  component: Button,
};

export const Sample = {
  render: () => <Button label="hello button" />,
};
import { Button } from './Button';

export default {
  component: Button,
};

export const Sample = {
  render: () => <Button label="hello button" />,
};