Components
Input and Textarea
Compact entry controls with shared focus, disabled, and invalid states.
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
<Input aria-invalid placeholder="Workspace name" />
<Textarea placeholder="Add a note…" />