Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 12:38:01 +02:00
parent 8d7a8c70f0
commit 926d065602
23 changed files with 202 additions and 461 deletions

View File

@@ -7,4 +7,4 @@ export default {
component: Checkbox
} as Meta
export const Basic = (args: any) => <Checkbox {...args} />
export const Checkbox = (args: any) => <Checkbox {...args} />