6.0.0-gamma9.0 • Published 11 months ago

@lonli-lokli/dynamic-forms-fluentui-rc v6.0.0-gamma9.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Build Status npm npm downloads Contributors Apache 2.0 License

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.35.0
  • @lonli-lokli/dynamic-forms-core >= 2.0.0
yarn add @fluentui/react-components @lonli-lokli/dynamic-forms-core @lonli-lokli/dynamic-forms-utils @lonli-lokli/dynamic-forms-validator-ajv8

Installation

yarn add @lonli-lokli/dynamic-forms-fluentui-rc

Usage

import Form from '@lonli-lokli/dynamic-forms-fluentui-rc';

or

import { withTheme } from '@lonli-lokli/dynamic-forms-core';
import { Theme as FluentUIRCTheme } from '@lonli-lokli/dynamic-forms-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