--- title: Input description: Displays a form input field or a component that looks like an input field. component: true --- ## Installation ### Command ```bash npx shadcn-ui add input ``` ### Usage ```tsx import { Input } from "@/components/ui/input" ``` ```tsx ``` --- ## Examples ### Default ### File ### Disabled ### With Label ### With Button ### Form