Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 298 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 298 Bytes

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 />
    )
  }
}