1.0.0 • Published 4 years ago

@ruslanwebdev/rjsf-bulma v1.0.0

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

About The Project

rjsf-bulma Screen Shot

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 @rjsf/bulma

Usage

import Form from '@rjsf/bulma';

or

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

const Form = withTheme(BulmaTheme);