Bulma CSS theme, fields and widgets for react-jsonschema-form
.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
Exports bulma
theme, fields and widgets for react-jsonschema-form
.
bulma >= 0.9.0
@rjsf/core >= 2.1.0
yarn add bulma @rjsf/core
yarn add @rjsf/bulma
import Form from '@rjsf/bulma';
or
import { withTheme } from '@rjsf/core';
import { Theme as BulmaTheme } from '@rjsf/bulma';
const Form = withTheme(BulmaTheme);