UNPKG

use-form-light

Version:

use-form-light is a very small React library that helps you manage forms and gives you ready-made form components with built-in checks

3 lines (2 loc) 126 B
export { useForm } from "./hooks/useForm"; export { Form, Input, Textarea, Button, Select, Option } from "./components/Form";