Chnapy / tabbouleh-sample-rjsf

Tabbouleh sample with react-jsonschema-form form generator

Home Page:https://chnapy.github.io/tabbouleh-sample-rjsf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabbouleh sample with react-jsonschema-form form generator

Basic sample which combine tabbouleh (JSON Schema generation) with react-jsonschema-form (form generation).

Preview here

Getting started

npm install
npm start

How it works

Simplified steps:

// generate the UserData schema
const schema = Tabbouleh.generateJSONSchema(UserData);

// render the form
ReactDOM.render(<Form
            schema={schema as JSONSchema6}
/>, document.getElementById('root'));

Alternatives

See also uniforms.

About

Tabbouleh sample with react-jsonschema-form form generator

https://chnapy.github.io/tabbouleh-sample-rjsf/


Languages

Language:TypeScript 45.4%Language:HTML 32.9%Language:CSS 21.7%