You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
501 B
21 lines
501 B
import { CounterButton } from '@tih/ui';
|
|
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
|
|
<Meta title="Components/Button" component={CounterButton} />
|
|
|
|
# Button
|
|
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod, nisl eget consectetur tempor, nisl nunc egestas nisi, euismod aliquam nisl nunc euismod.
|
|
|
|
## Props
|
|
|
|
<ArgsTable of={CounterButton} />
|
|
|
|
## Examples
|
|
|
|
<Canvas>
|
|
<Story name="Default">
|
|
<CounterButton>Hello</CounterButton>
|
|
</Story>
|
|
</Canvas>
|