Input
figui/inputFreeComponent
A input component
Live preview
live · rendered by the registry
Rendered by figui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://figui.dev/r/input.jsonSource
1export { TextInput } from "./text-input";2export { NumericInputRoot, NumericScrubArea, NumericInput } from "./numeric-input";3export { ColorInput } from "./color-input";4export { ColorChit } from "./color-chit";5export { InputGroup, InputGroupAddon, InputGroupDivider } from "./input-group";
What it pulls in
npm packages
Files it writes
More from figui
All 12 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton | figui | Components | Free | no deps | |
| Checkboxcheckbox | figui | Components | Free | no deps | |
| Menumenu | figui | Components | Free | 1 dep | |
| Radioradio | figui | Components | Free | no deps | |
| Segmented Controlsegmented-control | figui | Components | Free | 1 dep | |
| Selectselect | figui | Components | Free | no deps | |
| Separatorseparator | figui | Components | Free | no deps | |
| Sliderslider | figui | Components | Free | 2 deps |
