JSPM

  • Created
  • Published
  • Downloads 447919
  • Score
    100M100P100Q175426F
  • License Apache-2.0

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

Package Exports

  • @rjsf/core
  • @rjsf/core/dist/index.js
  • @rjsf/core/lib
  • @rjsf/core/lib/components/fields/ArrayField
  • @rjsf/core/lib/components/fields/ArrayField.js
  • @rjsf/core/lib/components/fields/MultiSchemaField
  • @rjsf/core/lib/components/fields/MultiSchemaField.js
  • @rjsf/core/lib/components/fields/ObjectField
  • @rjsf/core/lib/components/fields/ObjectField.js
  • @rjsf/core/lib/components/fields/SchemaField
  • @rjsf/core/lib/components/fields/SchemaField.js
  • @rjsf/core/lib/components/widgets/CheckboxWidget
  • @rjsf/core/lib/components/widgets/CheckboxWidget.js
  • @rjsf/core/lib/components/widgets/EmailWidget
  • @rjsf/core/lib/components/widgets/EmailWidget.js
  • @rjsf/core/lib/components/widgets/PasswordWidget
  • @rjsf/core/lib/components/widgets/PasswordWidget.js
  • @rjsf/core/lib/components/widgets/TextWidget
  • @rjsf/core/lib/components/widgets/TextWidget.js
  • @rjsf/core/lib/index.js

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 (@rjsf/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@rjsf/core

Core logic and classic Bootstrap 3 theme for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

Core logic and classic Bootstrap 3 theme for react-jsonschema-form.

Built With

Getting Started

Prerequisites

  • Bootstrap 3

To use the default Bootstrap 3 theme, add a Bootstrap 3 CSS tag to your HTML page:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />

Installation

npm install @rjsf/core

Usage

import Form from '@rjsf/core';

Roadmap

See the general open issues.

Contributing

Read our contributors' guide to get started.

Contact

rjsf team: https://github.com/orgs/rjsf-team/people

GitHub repository: https://github.com/rjsf-team/react-jsonschema-form