Date and Time module
Use DatePicker
to handle the date inputs
Installation
yarn add @gladio/datetime
momentjs is a peer dependency
Usage
// import the date time component
import DatePicker from "@gladio/time"
const MyComponent = () => {
return <DatePicker />
}