📄️ TextInput Component
TextInput is a reusable React component that renders a text input field with customizable label, placeholder, and type properties. It is integrated with react-hook-form for form handling.
📄️ FileUpload Component
The FileUpload component in React allows for uploading files with specific constraints, such as file type and size. It's integrated with react-hook-form for form management, ensuring a seamless user experience.
📄️ RangeSlider Component
RangeSlider is a reusable React component designed for selecting a value within a specified range. It is integrated with react-hook-form for seamless form handling.
📄️ Switch Component
The Switch component is a React-based toggle switch, customizable and integrated with react-hook-form for form handling. It's ideal for toggling between two states, such as on/off or yes/no scenarios.
📄️ RadioButtonGroup Component
The RadioButtonGroup component in React is designed for creating a group of radio buttons, allowing users to select one option from a set. It's integrated with react-hook-form for efficient form handling.