Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.