easy-form-handler
Version:
A powerful, lightweight React form handling library with built-in validation, customizable styling, and intuitive components.
8 lines (7 loc) • 345 B
TypeScript
import "./css/index.css";
export { default as Form } from "./components/Form";
export { default as Heading } from "./components/Heading";
export { default as Input } from "./components/Input";
export { default as Password } from "./components/Password";
export { default as Submit } from "./components/Submit";
export * from "./utils/validate";