Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rjsf-bulma

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjsf-bulma

Bulma theme, fields and widgets for react-jsonschema-form

  • 5.0.0-beta.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

rjsf-bulma

bulma

Bluma theme, fields and widgets for react-jsonschema-form.

Table of Contents

About The Project

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

Built With

Getting Started

Prerequisites

  • @rjsf/core >= 5.0.0
  • bulma >= 0.9.4
  • bulma-slider >= ^2.0.5 (for "ui:widget": "range")
yarn add @rjsf/core bulma bulma-slider

Installation

yarn add rjsf-bulma

Sample

Sample

Typedoc

Typedoc

Usage

import Form from 'rjsf-bulma';

or

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

const Form = withTheme(BulmaTheme);

Use stylesheet

  • Use compiled css.
import "rjsf-bulma/dist/index.css";
  • Use scss (ex. customize color...)
@import "bulma/bulma.sass";
@import "bulma-slider/dist/css/bulma-slider.min.css";
@import "rjsf-bulma/scss/rjsf-bulma.scss";

Customize FileWidget

Contributing

Read our contributors' guide to get started.

Contact

Keywords

FAQs

Package last updated on 16 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc