# InputTime An input for selecting a time. > Based on [Reka UI InputTime](https://reka-ui.com/docs/components/time-field) ## Key Props - `color`: to change the color of the InputTime. - `variant`: to change the variant of the InputTime. - `size`: to change the size of the InputTime. - `icon`: to show an [Icon](/docs/components/icon) inside the InputTime. - `avatar`: to show an [Avatar](/docs/components/avatar) inside the InputTime. - `disabled`: to disable the InputTime. ## Usage ```vue /> ```