https://github.com/idanco/object2form
Easily convert javascript objects to html forms
https://github.com/idanco/object2form
angular bootstrap javascript
Last synced: about 1 year ago
JSON representation
Easily convert javascript objects to html forms
- Host: GitHub
- URL: https://github.com/idanco/object2form
- Owner: IdanCo
- License: mit
- Created: 2017-10-11T13:46:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T09:33:23.000Z (over 7 years ago)
- Last Synced: 2025-03-18T18:57:57.264Z (about 1 year ago)
- Topics: angular, bootstrap, javascript
- Language: CSS
- Homepage: https://idanco.github.io/object2form
- Size: 1.64 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object2form
Easily convert your javascript object to a full blown HTML form with all the fancy boilerplate code your framework or UI library requires.
**Try it Now** - https://idanco.github.io/object2form/
Currently we support the following frameworks/libraries:
- Angular (>2) with Bootstrap 4
- Angular (>2) with Bootstrap 3
- Angular (>2) with Angular Material
- Angular (>2) with Semantic UI
If your intereseted in more transformers, open an issue or contribute - it's easy!
## Contribute
1. Clone this repo
2. `npm install` and all that jazz
3. Duplicate one of the current transformers and have your way with it.
4. Register your new transformer in `src/app/transformers/transformers.service.ts`
5. `ng serve` to test your new creation (Make sure you have the [angular-cli](https://github.com/angular/angular-cli) installed)
6. Create a PR and be proud!
## Questions?
feel free to open an issue or [tweet me](https://twitter.com/Idan_Co)