--- title: Input description: Displays a form input field or a component that looks like an input field. component: true --- ## Installation 1. Copy and paste the following code into your project. This is the `` primitive. You can place it in a file at `components/ui/input.tsx`. ## Usage Copy and paste the code examples below into your project. ## Examples ### Default --- ### Disabled --- ### With Label --- ### With Text --- ### With Button