Input
The classic Aqua text field: white well with an inset shadow and blue focus halo.
install
npx shadcn@latest add @aqua/inputUsage
import { Input } from "@/components/ui/input"
<Input type="email" placeholder="steve@apple.com" />