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