Documentation See full documentation here Install npm install --save clover-ui-react Usage import { MyComponent } from 'react-clover-ui' class Example extends Component { render () { return ( <MyComponent /> ) } }