lx-form-builder
v1.3.7
Published
A react form that get created dynamically lx theme
Downloads
5
Readme
What is this?
A react dynamic-form component lx theme
Installation
yarn add lx-form-builder
Then....
import FormBuilder, from 'lx-form-builder'
const formConfig = {
//add options
}
//
<FormBuilder config={formConfig}></FormBuilder>