@epicfaace/rjsf-fluent-ui
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.4 • Public • Published

Logo

@epicfaace/rjsf-fluent-ui

Material-UI theme, fields and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

About The Project

rjsf-material-ui Screen Shot

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

Built With

Getting Started

Prerequisites

yarn add @material-ui/core @material-ui/icons @rjsf/core

Installation

yarn add @epicfaace/rjsf-fluent-ui

Usage

import Form from '@epicfaace/rjsf-fluent-ui';

or

import { withTheme } from '@rjsf/core';
import { Theme as MuiTheme } from '@epicfaace/rjsf-fluent-ui';

const Form = withTheme(MuiTheme);

Package Sidebar

Install

npm i @epicfaace/rjsf-fluent-ui

Weekly Downloads

0

Version

2.0.0-alpha.4

License

Apache 2

Unpacked Size

282 kB

Total Files

68

Last publish

Collaborators

  • epicfaace