Markdown Template
Copy code below to start write your component documentation.
markdown
# {component name}
<!-- Your description here -->
Please write your description about the component
## Basic Usage
This is your sentences for describing basic usage of the component
<!-- showing live preview -->
<LivePreview :storybookId='`{insert storybookId}`'>
<!-- example code here -->
</LivePreview>
## Other Usage
This is your sentences for describing basic usage of the component
## Props
please attach props available in the components using table list
| Name | Type | Description |
| ------- | ------- | --------------------- |
| Props 1 | Boolean | description of props1 |
| Props2 | Boolean | description of props2 |