A collection of flatpickr prefabs
npm install flatpickr-prefabs!npm


npm i flatpickr-prefabsdateofbirthpicker to your inputindex.html
````
index.js
import { dateofbirthpicker } from 'flatpickr-prefabs'
dateofbirthpicker()
`
to your inputindex.html
`
`
index.js
`
import { datepicker } from 'flatpickr-prefabs'datepicker()
`$3
Add the class datetimepicker to your inputindex.html
`
`
index.js
`
import { datetimepicker } from 'flatpickr-prefabs'datetimepicker()
`$3
Add the class timepicker to your inputindex.html
`
`
index.js
`
import { timepicker } from 'flatpickr-prefabs'timepicker()
`$3
Add the class addrequestdatepicker to your inputindex.html
`
`
index.js
`
import { addrequestdatepicker } from 'flatpickr-prefabs'addrequestdatepicker()
`$3
Add the class requestdatepicker to your inputindex.html
`
`
index.js
`
import { requestdatepicker } from 'flatpickr-prefabs'requestdatepicker()
`$3
Add the class daterangepicker to your inputindex.html
`
`
index.js
`
import { daterangepicker } from 'flatpickr-prefabs'daterangepicker()
``