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