react-tempus-library
v1.0.6
Published
Library of Date/Time picker components
Downloads
2
Readme
react-tempus-library
Library of Date/Time picker components
Install
npm install --save react-tempus-library
Usage
import React, { Component } from 'react'
import MyComponent from 'react-tempus-library'
import 'react-tempus-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © inakidelamadrid