Text Input
Displays a form input field or a component that looks like an input field.
Installation
Run the following command
npx cedar-ui@latest add input
npm i @aminnausin/cedar-ui
or download the following folders to your project:
@/components/cedar-ui/input
Form Input
The FormInput is intended for use within a form and given a FormField
.
See installations instructions for the Form component.