@snups/rjsf-react-bootstrap
v6.0.0-beta.15.4
Published
React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap
Maintainers
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 >= 2.0.0@snups/rjsf-core >= 6@snups/rjsf-utils >= 6@snups/rjsf-validator-ajv8 >= 6
yarn add react-bootstrap @snups/rjsf-core @snups/rjsf-utils @snups/rjsf-validator-ajv8Installation
yarn add @snups/rjsf-react-bootstrapUsage
import Form from 'packages/react-bootstrap';or
import { withTheme } from '@snups/rjsf-core';
import { Theme as BootstrapTheme } from 'packages/react-bootstrap';
const Form = withTheme(BootstrapTheme);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
