UNPKG

@marlon-chaviano/field-kit

Version:

A collection of reusable and accessible form components built with React, TailwindCSS, and fully integrated with React Hook Form...

4 lines (3 loc) 203 B
export { default as InputField } from "./components/InputField"; export { default as SelectField } from "./components/SelectField"; export { default as TextAreaField } from "./components/TextAreaField";