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/inputUsage
Import the component from the package:
import { Input } from "@/registry/ui/input"Then use it in your application:
<Input />