2021-09-14 00:04:33 +02:00
|
|
|
# lunetius
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/lunetius) [](https://standardjs.com)
|
|
|
|
|
2021-09-14 00:11:40 +02:00
|
|
|
Check it out on [Netlify](https://lunetius.netlify.app).
|
|
|
|
|
2021-09-14 00:04:33 +02:00
|
|
|
## 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)
|