mirror of
https://github.com/react95-io/React95.git
synced 2026-01-15 01:18:16 -05:00
* 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
29 lines
299 B
Plaintext
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} />
|