Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

button-story-with-emojis.ts.mdx

File metadata and controls

8 lines (6 loc) · 324 Bytes
// Button.stories.tsx

export const Primary: React.VFC<{}> = () => <Button background="#ff0" label="Button" />;
export const Secondary: React.VFC<{}> = () => <Button background="#ff0" label="😄👍😍💯" />;
export const Tertiary: React.VFC<{}> = () => <Button background="#ff0" label="📚📕📈🤓" />;