--- title: Input description: Displays a form input field or a component that looks like an input field. component: true --- ## Installation ```bash npx shadcn-ui add input ``` Manual 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 ```tsx import { Input } from "@/components/ui/input" ``` ```tsx ``` ## Examples ### Default --- ### Disabled --- ### With Label --- ### With Text --- ### With Button --- ### File