Component referenceSource owned

Input

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

Upstream reference
On this page7 sectionsBack to top
Live preview
Loading preview...

#Installation

npx shadcn@latest add https://neobrutal-ui.andongmin.com/r/input.json

#Usage

import { Input } from "@/components/ui/input";
<Input className="w-[200px]" type="email" placeholder="Email" />

#Examples

#File

Loading preview...

#Disabled

Loading preview...

#With Label

Loading preview...

#With Button

Loading preview...