@visma/rjsf-fluent-ui
v2.5.1-formula.9
Published
Fluent UI theme, fields and widgets for react-jsonschema-form
Downloads
4
Readme
Table of Contents
About The Project
Fluent UI theme, fields and widgets for react-jsonschema-form
.
Built With
Getting Started
Prerequisites
@fluentui/react >= 7.114.2
@visma/rjsf-core >= 2.0.0
yarn add @fluentui/react @visma/rjsf-core
For the Fluent UI grid to work, add the following CSS tag to the main HTML page:
<link rel="stylesheet" href="//static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css" />
Installation
yarn add @visma/rjsf-fluent-ui
Usage
import Form from '@visma/rjsf-fluent-ui';
or
import { withTheme } from '@visma/rjsf-core';
import { Theme as FluentUITheme } from '@visma/rjsf-fluent-ui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(FluentUITheme);
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