2021-09-13 22:03:08 +02:00
|
|
|
# tiberius
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/tiberius) [](https://standardjs.com)
|
|
|
|
|
2021-09-13 23:01:01 +02:00
|
|
|
Check it out on [Netlify](https://tiberius.netlify.app/).
|
|
|
|
|
2021-09-13 22:03:08 +02:00
|
|
|
## Install
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install --save tiberius
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```jsx
|
|
|
|
import React, { Component } from 'react'
|
|
|
|
|
|
|
|
import MyComponent from 'tiberius'
|
|
|
|
|
|
|
|
class Example extends Component {
|
|
|
|
render () {
|
|
|
|
return (
|
|
|
|
<MyComponent />
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
© [starf](https://github.com/starf)
|