UNPKG

rfa

Version:

**React Form Architect** is an ultimate solution for creating and rendering forms in React. Its main focus is to provide users with a tool to define, render and share a form in a browser.

9 lines (8 loc) 319 B
export { CheckBox } from "./checkbox"; export { Switch } from "./switch"; export { SelectMulti } from "./multi-select"; export { NumberInput } from "./number-input"; export { Radio } from "./radio"; export { Select } from "./select"; export { Slider } from "./slider"; export { TextInput } from "./text-input";