Skip to Content

Input

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

With Label

With Button

Installation

npx shadcn@latest add @uipath/input

Usage

import { Input } from "@/components/ui/input"
<Input type="email" placeholder="Email" />