@rjsf/react-bootstrap
TypeScript icon, indicating that this package has built-in type declarations

6.0.0-beta.10 • Public • Published

Logo

@rjsf/react-bootstrap

Bootstrap 5 theme, fields and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

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
  • @rjsf/core >= 6
  • @rjsf/utils >= 6
  • @rjsf/validator-ajv8 >= 6
yarn add react-bootstrap @rjsf/core @rjsf/utils @rjsf/validator-ajv8

Installation

yarn add @rjsf/react-bootstrap

Usage

import Form from 'packages/react-bootstrap';

or

import { withTheme } from '@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

Package Sidebar

Install

npm i @rjsf/react-bootstrap

Weekly Downloads

452

Version

6.0.0-beta.10

License

MIT

Unpacked Size

421 kB

Total Files

213

Last publish

Collaborators

  • epicfaace
  • rjsf-bot