UNPKG

react-proforma

Version:

React Proforma helps you build simple to complex web forms with ease in React. -- Simplicity where you want it. Flexibility where you need it.

15 lines (14 loc) 393 B
export * from './Proforma'; export * from './types'; export * from './Form'; export * from './Field'; export * from './Radio'; export * from './Checkbox'; export * from './Select'; export * from './Textarea'; export * from './fieldError'; export * from './fieldValid'; export * from './FieldValidator'; export * from './Submit'; export * from './Reset'; export * from './Debug';