model-to-form
v0.0.1
Published
provide a schema and a layout and it will generate the form for you
Readme
react-bootstrap-form-generator
provide a schema and a layout and it will generate the form for you
Install
yarn add react-bootstrap-form-generatorProps
| Name | Type | Params | Description |
|---------------------|------------------|----------------------|-------------|
| schema required | object | - | schema of the model
| onSubmit | func | payload | receives the object with the values from the input
| submitLabel | string | - | label for the submit button
| layout | [[numbers]] | - | matrix with the col size e.g. [[ 4, 8 ]] -> col-md-4, col-md-8
| verbose | bool | - | for development usage only
Example
Contributors
- George [email protected]
