storybook/docs/_snippets/button-story-with-sample.md
2024-11-17 16:46:37 +00:00

457 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" />,
};