UNPKG
json-forms
Version:
latest (0.0.0)
0.0.0
A module for dynamically creating web forms based on JSON data.
bitbucket.org/zeg-io/json-forms
json-forms
/
README.md
14 lines
(8 loc)
•
171 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# JSON Forms
A
module
for
dynamically creating web forms based on
JSON
data.
## Installation
`npm i -S json-forms`
## Usage
``
` var iForms = require(json-forms); `
``