@nish1896/rhf-mui-components
Version:
A suite of 20+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.
21 lines (20 loc) • 1.33 kB
JavaScript
import { selectAllOptionValue } from "../common/constants.js";
import RHFAutocomplete from "./autocomplete/index.js";
import RHFAutocompleteObject from "./autocomplete-object/index.js";
import RHFCheckbox from "./checkbox/index.js";
import RHFCheckboxGroup from "./checkbox-group/index.js";
import { countryList } from "./country-select/countries.js";
import RHFCountrySelect from "./country-select/index.js";
import RHFFileUploader from "./file-uploader/index.js";
import RHFMultiAutocomplete from "./multi-autocomplete/index.js";
import RHFNativeSelect from "./native-select/index.js";
import RHFNumberInput from "./number-input/index.js";
import RHFPasswordInput from "./password-input/index.js";
import RHFRadioGroup from "./radio-group/index.js";
import RHFRating from "./rating/index.js";
import RHFSelect from "./select/index.js";
import RHFSlider from "./slider/index.js";
import RHFSwitch from "./switch/index.js";
import RHFTagsInput from "./tags-input/index.js";
import RHFTextField from "./textfield/index.js";
export { RHFAutocomplete, RHFAutocompleteObject, RHFCheckbox, RHFCheckboxGroup, RHFCountrySelect, RHFFileUploader, RHFMultiAutocomplete, RHFNativeSelect, RHFNumberInput, RHFPasswordInput, RHFRadioGroup, RHFRating, RHFSelect, RHFSlider, RHFSwitch, RHFTagsInput, RHFTextField, countryList, selectAllOptionValue };