Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T12:11:30.000Z (over 5 years ago)
- Last Synced: 2024-11-14T16:29:31.586Z (2 months ago)
- Topics: json-schema, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 34
- 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
```![image](https://github.com/cloudwan/gohan-jsonschema-form/blob/images/screenshot.png?raw=true)
## License
This software is released under the Apache License 2.0, see LICENSE.