UNPKG

react-formulize

Version:

A simple form validation library for React.js which wires up custom, controlled inputs through a declarative API.

8 lines (5 loc) 147 B
import Field from './components/Field'; import Form from './components/Form'; export default { Form, Field }; export { Field }; export { Form };