@jacktn/fabric-react-jsonschema-form
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

fabric-react-jsonschema-form

Plugin for react-jsonschema-form to use components in office-ui-fabric-react.

Some components are not yet or not fully supported.

Playground

Try it out in the playground.

Quick start

npm i -s fabric-react-jsonschema-form

then...

import { allWidgets, fabricFields } from "fabric-react-jsonschema-form";
...
render() {
  return <Form
    schema={{ type: "string", title: "Hello world" }}
    widgets={allWidgets}
    {...fabricFields}
  </Form>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @jacktn/fabric-react-jsonschema-form

Weekly Downloads

1

Version

0.1.10

License

ISC

Unpacked Size

39.7 kB

Total Files

49

Last publish

Collaborators

  • pork1992