clover-ui-react
v1.0.3
Published
See full documentation [here](https://yairariel.github.io/)
Downloads
9
Readme
Documentation
See full documentation here
Install
npm install --save clover-ui-reactUsage
import { MyComponent } from 'react-clover-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}