VuiDatePicker

PRO

The VuiDatePicker component helps you to simply create a beautiful date picker. It uses react-flatpickr in base and you can use all of its props for VuiDatePicker.


The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.

Demo

// Vision UI Dashboard PRO React components import VuiDatePicker from "components/VuiDatePicker";

Props Information

NameTypeDefaultDescription
inputobject{}Used to pass all of the VuiInput props for the VuiDatePicker because it uses the VuiInput as its base input.
React Flatpickr PropsYou can pass all of the react-flatpickr props for the VuiDatePicker as well.
Contents