32 lines
505 B
Markdown
32 lines
505 B
Markdown
![]() |
# test
|
||
|
|
||
|
>
|
||
|
|
||
|
[](https://www.npmjs.com/package/test) [](https://standardjs.com)
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```bash
|
||
|
npm install --save test
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```jsx
|
||
|
import React, { Component } from 'react'
|
||
|
|
||
|
import MyComponent from 'test'
|
||
|
|
||
|
class Example extends Component {
|
||
|
render () {
|
||
|
return (
|
||
|
<MyComponent />
|
||
|
)
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
© [Erica](https://github.com/Erica)
|