A single-line text input with a focus ring, placeholder styling, and disabled state, forwarding every native input attribute.
Run the command below in a project with the shadcn CLI. It copies the component source into your repo and installs its dependencies.
npx shadcn@latest add https://www.saasuji.com/r/input.jsonAlso available as a markdown reference for AI agents: /components/input.md
Textarea
A multi-line text input with a minimum height, focus ring, and disabled state, forwarding every native textarea attribute.
Label
An accessible form label built on Radix Label, rendering a native <label> with disabled and peer-state styling.
Field
Composable form field layout primitives — FieldSet, FieldLegend, FieldGroup, Field, FieldLabel, FieldTitle, FieldDescription, FieldError, FieldSeparator, and FieldContent — with vertical, horizontal, and responsive orientations.