1.0.1 • Published 4 years ago

@ruslanwebdev/rjsf-bulmacss v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

About The Project

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

Built With

Getting Started

Prerequisites

  • bulma >= 0.9.0
  • @rjsf/core >= 2.1.0
yarn add bulma @rjsf/core

Installation

yarn add @ruslanwebdev/rjsf-bulmacss

Usage

import Form from "@ruslanwebdev/rjsf-bulmacss";

or

import { withTheme } from "@rjsf/core";
import { Theme as BulmaTheme } from "@ruslanwebdev/rjsf-bulmacss";

const Form = withTheme(BulmaTheme);