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