@rjsf/fluentui-rc
v6.1.2
Published
FluentUI React Components theme, fields and widgets for react-jsonschema-form
Readme
Table of Contents
About The Project
Fluent UI React Components (v9) theme, fields and widgets for react-jsonschema-form.
Built With
Getting Started
Prerequisites
@fluentui/react-components >= 9@fluentui/react-icons >= 2@fluentui/react-migration-v0-v9 >= 9@rjsf/core >= 6@rjsf/utils >= 6@rjsf/validator-ajv8 >= 6
yarn add @fluentui/react-components @fluentui/react-icons @fluentui/react-migration-v0-v9 @rjsf/core @rjsf/utils @rjsf/validator-ajv8Installation
yarn add @rjsf/fluentui-rcUsage
import Form from '@rjsf/fluentui-rc';or
import { withTheme } from '@rjsf/core';
import { Theme as FluentUIRCTheme } from '@rjsf/fluentui-rc';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(FluentUIRCTheme);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
