# InputDate An input component for date selection. > Based on [Reka UI InputDate](https://reka-ui.com/docs/components/date-field) ## Key Props - `range`: to select a range of dates. - `color`: to change the color of the InputDate. - `variant`: to change the variant of the InputDate. - `size`: to change the size of the InputDate. - `disabled`: to disable the InputDate. ## Usage ```vue /> ```