JSPM

  • Created
  • Published
  • Downloads 36125
  • Score
    100M100P100Q71966F
  • License Apache-2.0

A simple React component capable of building HTML forms out of a JSON schema.

Package Exports

  • react-jsonschema-form
  • react-jsonschema-form/lib/components/ErrorList
  • react-jsonschema-form/lib/components/fields/ArrayField
  • react-jsonschema-form/lib/components/fields/DescriptionField
  • react-jsonschema-form/lib/components/fields/NumberField
  • react-jsonschema-form/lib/components/fields/ObjectField
  • react-jsonschema-form/lib/components/fields/SchemaField
  • react-jsonschema-form/lib/components/fields/StringField
  • react-jsonschema-form/lib/components/fields/TitleField
  • react-jsonschema-form/lib/components/fields/UnsupportedField
  • react-jsonschema-form/lib/components/widgets/BaseInput
  • react-jsonschema-form/lib/components/widgets/CheckboxWidget
  • react-jsonschema-form/lib/components/widgets/CheckboxesWidget
  • react-jsonschema-form/lib/components/widgets/FileWidget
  • react-jsonschema-form/lib/components/widgets/RadioWidget
  • react-jsonschema-form/lib/components/widgets/SelectWidget
  • react-jsonschema-form/lib/components/widgets/TextWidget
  • react-jsonschema-form/lib/components/widgets/TextareaWidget
  • react-jsonschema-form/lib/index
  • react-jsonschema-form/lib/utils
  • react-jsonschema-form/lib/validate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-jsonschema-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-jsonschema-form

Build Status

A simple React component capable of building HTML forms out of a JSON schema and using Bootstrap semantics by default.

Testing powered by BrowserStack

Documentation

Documentation is hosted on: https://react-jsonschema-form.readthedocs.io/

Live Playground

A live playground is hosted on gh-pages.

Contributing

Read our contributors' guide to get started.

License

Apache 2