otui-month-picker
v1.0.1
Published
react ui library to be used in ocp talents website
Downloads
2
Readme
otui
react ui library to be used in ocp talents website
Install
npm install --save otui
Usage
import React, { Component } from 'react'
import MyComponent from 'otui'
import 'otui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © AchrafKamel