what does this component do? It is a datepicker/timepicker component. It is also used for calendar display.
yarn add @berlitz/datepicker
- Refer to this link for complete reference of the api documentation
import Datepicker from '@berlitz/datepicker'
const MyApp = () => <Datepicker />
- Use when in need of a datepicker/timepicker field.
- Use for Calendar display
For reference, please view this website for list of examples in using the library