@astarte-platform/react-bootstrap
v5.15.0
Published
React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap, this is a package from a fork of official project
Downloads
368
Readme
Table of Contents
About The Project
Exports react-bootstrap theme, fields and widgets for react-jsonschema-form.
Built With
Getting Started
Prerequisites
react-bootstrap >= 1.0.1@rjsf/core >= 2.2.0
yarn add react-bootstrap @rjsf/coreInstallation
yarn add @astarte-platform/react-bootstrapUsage
import Form from 'packages/react-bootstrap';or
import { withTheme } from '@rjsf/core';
import { Theme as Bootstrap4Theme } from 'packages/react-bootstrap';
const Form = withTheme(Bootstrap4Theme);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
