test-shareable-lib
Version:
test shareable lib
32 lines (21 loc) • 642 B
Markdown
# test-shareable-lib
> test shareable lib
[](https://www.npmjs.com/package/test-shareable-lib) [](https://standardjs.com)
## Install
```bash
npm install --save test-shareable-lib
```
## Usage
```jsx
import React, { Component } from 'react'
import ExampleComponent from 'test-shareable-lib'
class Example extends Component {
render () {
return (
<ExampleComponent text="example text" />
)
}
}
```
## License
MIT © [Luciano Jorge](https://github.com/Luciano Jorge)