5.24.4 • Published 5 months ago

@teknim/rjsf-mantine v5.24.4

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

Build Status npm npm downloads Contributors Apache 2.0 License

Table of Contents

About The Project

Mantine theme, fields and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

  • @mantine/core >= 7
  • @mantine/hooks >= 7
  • @mantine/dates >= 7
  • dayjs >= 1.8.0
  • @rjsf/core >= 2.0.0
npm install @mantine/core @mantine/hooks @mantine/dates dayjs @rjsf/core

Installation

npm install @rjsf/mantine

Usage

import Form from '@rjsf/mantine';

or

import { withTheme } from '@rjsf/core';
import { Theme as MantineTheme } from '@rjsf/mantine';

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

const Form = withTheme(MantineTheme);

Optional Mantine Theme properties

  • To pass additional properties to widgets, see this guide.

Mantine Widget Optional Properties

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