## Basic usage ``` ``` ## Usage with label ``` ``` ## Disabled ``` ``` ## Input types You can use an input for different types of input. ``` ``` ## Bind to a value Use v-model to bind a value to the input. ``` ``` ## Validation We use async-validator schemas for validation. If you need to validate more than one field it is better to use the form component. ``` ``` ## Input sizes ``` ``` ## Input icons Add an icon to help the user identify the input type. ``` ```