@visma/rjsf-material-ui

Material UI theme, fields and widgets for react-jsonschema-form

Usage no npm install needed!

<script type="module">
  import vismaRjsfMaterialUi from 'https://cdn.skypack.dev/@visma/rjsf-material-ui';
</script>

README

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@visma/rjsf-material-ui

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

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

@visma/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 @visma/rjsf-core

Installation

yarn add @visma/rjsf-material-ui

Usage

import Form from '@visma/rjsf-material-ui';

or

import { withTheme } from '@visma/rjsf-core';
import { Theme as MaterialUITheme } from '@visma/rjsf-material-ui';

// Make modifications to the theme with your own fields and widgets

const Form = withTheme(MaterialUITheme);

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Read our contributors' guide to get started.

Contact

rjsf team: https://github.com/orgs/rjsf-team/people

GitHub repository: https://github.com/rjsf-team/react-jsonschema-form