1.0.7 • Published 4 years ago
@gladio/datetime v1.0.7
Date and Time module
Use DatePicker to handle the date inputs
Installation
yarn add @gladio/datetimemomentjs is a peer dependency
Usage
// import the date time component
import DatePicker from "@gladio/time"
const MyComponent = () => {
return <DatePicker />
}