1.0.3 • Published 7 years ago

antd-jsonschema-form v1.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

Build Status

Welcome to antd-jsonschema-form

This project base on :

  1. antd-design(a beautiful react ui framework)

  2. react-jsonschema-form(a powerful Form widget for 'IETF JSONSchema Specification')

  3. IETF JSON Schema

This project use antd design ui framework implements react-jsonschema-form base on IETF JSONSchema v4 Specification.

Quick start

Setup

npm install --save antd-jsonschema-form

Import & Use

import React, {Component} from 'react';
import { render } from "react-dom";
import Form from 'antd-jsonschema-form';


render((
   <Form {...} />
 ), document.getElementById("app"));

Live demo

Support or Contact

Contributors