Logo

@volkanunsal/rjsf-bootstrap-5

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

View Playground

About The Project

Exports bootstrap-5 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/core

Installation

yarn add @volkanunsal/rjsf-bootstrap-5

Usage

import Form from "@volkanunsal/rjsf-bootstrap-5";

or

import { withTheme } from "@rjsf/core";
import { Theme as Bootstrap5Theme } from "@volkanunsal/rjsf-bootstrap-5";

const Form = withTheme(Bootstrap5Theme);