Files
React95/docs/component_template
Luiz Baldi a1b7662fae Improve docs structure
* Move each mdx file to respective component folder (colocation ftw)
* Fix some style prop-types in order to fix docz build
* Move docz to the root folder instead of having a separated project folder
2020-04-30 00:37:30 +02:00

29 lines
299 B
Plaintext

---
name: __component
menu: Components
---
import { Playground, Props } from 'docz';
import { __component } from 'react95';
# __component
## Usage
<Playground>
__component
</Playground>
## API
### Import
```
import { __component } from 'react95'
```
### Props
<Props of={__component} />