rjsf-bulma

bulma

Bluma theme, fields and widgets for react-jsonschema-form.

Table of Contents

About The Project

Exports bulma theme, fields and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

yarn add @rjsf/core bulma bulma-slider

Installation

yarn add rjsf-bulma

Sample

Sample

Typedoc

Typedoc

Usage

import Form from 'rjsf-bulma';

or

import { withTheme } from '@rjsf/core';
import { Theme as BulmaTheme } from 'rjsf-bulma';

const Form = withTheme(BulmaTheme);

Use stylesheet

import "rjsf-bulma/dist/index.css";
@import "bulma/bulma.sass";
@import "bulma-slider/dist/css/bulma-slider.min.css";
@import "rjsf-bulma/scss/rjsf-bulma.scss";

Customize FileWidget

Contributing

Read our contributors’ guide to get started.

Contact