Input

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

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/input

Usage

Import the component from the package:

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

Then use it in your application:

<Input />

Examples

Default