Input

A text input field.

Installation

bash
npx shadcn@latest add input

Import

import { Input } from "@/components/ui/input"

Default

Disabled

With Label

With Button

Props

PROPTYPEDEFAULTDESCRIPTION
typestring"text"Input type (text, email, password, file, etc.)
placeholderstringPlaceholder text
disabledbooleanfalseDisables the input
valuestringControlled value
onChange(e: ChangeEvent) => voidChange handler