Input
Input is a Chord form component built from Base UI primitives and project tokens.
Input
import Input from "@/components/public/Input";import Label from "@/components/public/Label";<div className="flex flex-col gap-1.5"> <Label htmlFor="email">Email</Label> <Input id="email" type="email" placeholder="you@example.com" /></div>