Input

PreviousNext

Displays a form input field or a component that looks like an input field.

input-demo

Installation

pnpm dlx shadcn@latest add input

Usage

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

Examples

Default

input-demo

File

input-file

Disabled

input-disabled

With Label

input-with-label

With Button

input-with-button

Form

input-form