1.0.1 • Published 5 years ago
@ruslanwebdev/rjsf-bulmacss v1.0.1
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/coreInstallation
yarn add @ruslanwebdev/rjsf-bulmacssUsage
import Form from "@ruslanwebdev/rjsf-bulmacss";or
import { withTheme } from "@rjsf/core";
import { Theme as BulmaTheme } from "@ruslanwebdev/rjsf-bulmacss";
const Form = withTheme(BulmaTheme);