packages/mantine/README.md
<a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
·
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
·
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
Mantine theme, fields and widgets for react-jsonschema-form.
@mantine/core >= 8@mantine/hooks >= 8@mantine/dates >= 8dayjs >= 1.8.0@rjsf/core >= 6.0.0npm install @mantine/core @mantine/hooks @mantine/dates dayjs @rjsf/core
npm install @rjsf/mantine
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);
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
<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->