Mui Components
The components in this module are based on the core Material-UI Input Components, such as TextField and Select. They share similar props and offer comparable customization options.
📄️ Text Field
Learn how to use RHFTextField with react-hook-form and Material-UI to create customizable and efficient form fields. Explore key props, examples, and API details to enhance your React forms.
📄️ Password Input
Learn how to use RHFPasswordInput with react-hook-form and Material-UI to create secure and customizable password input fields. Explore key props, examples, and API details to enhance your React forms.
📄️ Select
Learn how to use RHFSelect with react-hook-form for customizable dropdowns that handle both arrays and object arrays. Explore examples and API details to enhance your React forms.
📄️ Native Select
Discover how to use RHFNativeSelect with react-hook-form for mobile-friendly dropdowns. Explore examples and API details to optimize your React forms.
📄️ Checkbox
Learn how to use RHFCheckbox with react-hook-form to create customizable checkboxes. Explore how it extends Material-UI’s Checkbox component and see examples and API details to enhance your forms.
📄️ Checkbox Group
Learn how to use RHFCheckboxGroup with react-hook-form to create customizable groups of checkboxes. Explore examples and API details to enhance your forms.
📄️ Radio Group
Learn how to use RHFRadioGroup with react-hook-form to create customizable radio button groups. Explore usage examples and API details to enhance your forms.
📄️ Slider
Add customizable sliders to your forms with RHFSlider for react-hook-form. Ideal for selecting values like volume or brightness, with flexible props for seamless integration. Explore examples and API details.
📄️ Switch
Use RHFSwitch with react-hook-form to add customizable switch inputs for toggling settings on or off. Explore usage examples and API details for seamless customization.
📄️ Rating
Enhance your forms with RHFRating, a customizable rating input component for react-hook-form using examples and API details for seamless integration.