https://github.com/cloudwan/gohan-jsonschema-form
A React component which generates HTML forms out of a JSON schema. This is part of Gohan project.
https://github.com/cloudwan/gohan-jsonschema-form
json-schema react typescript
Last synced: about 1 month ago
JSON representation
A React component which generates HTML forms out of a JSON schema. This is part of Gohan project.
- Host: GitHub
- URL: https://github.com/cloudwan/gohan-jsonschema-form
- Owner: cloudwan
- License: other
- Created: 2018-05-25T06:27:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T12:11:30.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T18:54:10.631Z (about 2 months ago)
- Topics: json-schema, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 33
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gohan JsonSchema Forms
A [React](http://facebook.github.io/react/) component which generates HTML forms out of a [JSON schema](http://json-schema.org/). This is part of [Gohan](https://github.com/cloudwan/gohan/) project.## Tech Stack
- [React](http://facebook.github.io/react/)
- [JSON schema](http://json-schema.org/)
- [TypeScript](http://www.typescriptlang.org/)
- [Ant Design](https://ant.design/)## Getting started
```
$ npm run dev-server
```
## License
This software is released under the Apache License 2.0, see LICENSE.