📄️ Input
The InputField component provides a versatile way to capture various types of single-line data input from users. It supports a wide range of input types, allowing developers to customize the input experience to meet specific application needs.
📄️ Textarea
The Text-Area Field component is designed to render a multi-line text input within a form. It provides a flexible and customizable way to capture larger text inputs from users, such as comments or descriptions.
📄️ Button
The Button Field is a versatile component designed to handle user interactions within forms. It can be customized with various styles and properties to fit the needs of your application.
📄️ Array
The Array Field component is designed to handle dynamic arrays of form fields within a React form. It leverages the useFieldArray hook from react-hook-form to manage the addition and removal of fields, providing a flexible and customizable way to handle complex form structures.
📄️ Checkbox
The Checkbox Field component is a flexible form element that allows users to toggle a boolean value. It integrates seamlessly with React Hook Form and TypeScript, offering customizable styles and properties for a tailored user experience.
📄️ Radio
The Radio Field component is a versatile form element that allows users to select a single option from a predefined set of choices. It is designed to work seamlessly with React Hook Form and TypeScript, providing customizable styles and properties for a tailored user experience.
📄️ File
The File Field component is a form field used for uploading files in a React application. It leverages the React Hook Form library to manage form state and validation, providing a seamless experience for handling file inputs.