--- title: Input description: Displays a form input field or a component that looks like an input field. --- ## Installation ## Usage ```vue ``` ### Default ### File ### Disabled ### With Label ### With Button ### Lazy (v-model.lazy) `v-model` modifiers don't work on custom Vue components, instead you can use `@change` event on custom Vue component ### Form