Skip to content

Instantly share code, notes, and snippets.

View mccp's full-sized avatar
🏔️

Clément Parent mccp

🏔️
View GitHub Profile
@mccp
mccp / button.stories.mdx
Created September 17, 2022 19:43
button.stories.mdx

import { Meta, Story, Props } from '@storybook/addon-docs/blocks'; import Button from './Button.vue'; import { scope } from '@/components/tool/ui/Button/Button.scope' import styles from '@/components/tool/ui/Button/Button.stories.scss'

<Meta title='Tool/UI/Button' component={Button} argTypes={{ label: { control: { type: 'text', },