https://github.com/paraboly/pwc-dynamic-form
Generate HTML forms from JSON configuration.
https://github.com/paraboly/pwc-dynamic-form
Last synced: 5 months ago
JSON representation
Generate HTML forms from JSON configuration.
- Host: GitHub
- URL: https://github.com/paraboly/pwc-dynamic-form
- Owner: Paraboly
- License: mit
- Created: 2019-11-16T08:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:35:37.000Z (over 3 years ago)
- Last Synced: 2025-04-05T08:14:06.356Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://github.com/Paraboly/pwc-dynamic-form)
[](https://www.npmjs.com/package/@paraboly/pwc-dynamic-form)
[](https://www.npmjs.com/package/@paraboly/pwc-dynamic-form)

[](https://opensource.org/licenses/MIT)
## [Live JsFiddle Example](https://jsfiddle.net/starikcetin/bwcpeqLn/)
## Installation
### Script tag
- Put two script tags similar to this in the head of your index.html:
```html
```
- Then you can use the element anywhere in your template, JSX, html etc
### Node Modules
- Run `npm install @paraboly/pwc-dynamic-form --save`
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
### In a stencil-starter app
- Run `npm install @paraboly/pwc-dynamic-form --save`
- Add an import to the npm packages `import @paraboly/pwc-dynamic-form;`
- Then you can use the element anywhere in your template, JSX, html etc
# Usage
See [documentation](/documentation.md) for advanced usage.
## Future Plans
- [ ] Documentation
- [x] ~~LICENSE~~
- [ ] Form Validation
- [x] ~~Support for pwc-color-picker~~
## Authors
[starikcetin](https://github.com/starikcetin), tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com
## License
pwc-dynamic-form is available under the MIT license. See the [LICENSE](/LICENCE) file for more information