---
title: Input
description: Displays a form input field or a component that looks like an input field.
---
## Installation
```bash
npx shadcn-vue@latest add input
```
### Copy and paste the following code into your project:
<<< @/lib/registry/default/ui/input/Input.vue
## Usage
```vue
```
## Examples
### Default
### File
### Disabled
### With Label
### With Button
### With Icon
### Form