Skip to content

repository for react json schema form - bulma.io theme

Notifications You must be signed in to change notification settings

forivall/rjsf-bulma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

@rjsf/bulma

Bulma CSS theme, fields and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

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);

About

repository for react json schema form - bulma.io theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%