Input

The classic Aqua text field: white well with an inset shadow and blue focus halo.

installnpx shadcn@latest add @aqua/input

Usage

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

<Input type="email" placeholder="steve@apple.com" />