checkbox storybook (#12757)
parent
1523b2353d
commit
02177c4575
@ -0,0 +1,15 @@ |
||||
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; |
||||
|
||||
import CheckBox from '.'; |
||||
|
||||
# Checkbox |
||||
|
||||
A small interactive box that can be toggled by the user to indicate an affirmative or negative choice. |
||||
|
||||
<Canvas> |
||||
<Story id="ui-components-ui-check-box-check-box-stories-js--default-story" /> |
||||
</Canvas> |
||||
|
||||
## Component API |
||||
|
||||
<ArgsTable of={CheckBox} /> |
Loading…
Reference in new issue