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.

14 lines (13 loc) 858 B
export { CustomDialog, ConfirmationDialog } from "./dialogs"; export { Slider, Select, NumberInput, Switch, CheckBox, TextInput, Radio, SelectMulti, } from "./form-components"; export { Url, Length, Positive, Negative, MoreThan, LessThan, Integer, Regex, Required, Email, Max, Min, } from "./form-validators"; export { AttributesEditor } from "./attributes-editor"; export { DebugPanel } from "./debug-panel"; export { DraggableField } from "./draggable-field"; export { DraggableTag } from "./draggable-tag"; export { DropIndicator } from "./drop-indicator"; export { FormBuildElement } from "./form-build-item"; export { FormElementToolbox } from "./form-element-toolbox"; export { GroupChooserDialog } from "./group-chooser-dialog"; export { OptionsBuilder } from "./option-builder"; export { ValidationsEditor } from "./validations-editor";