New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rjsf/mantine

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjsf/mantine

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

latest
Source
npmnpm
Version
6.4.2
Version published
Maintainers
2
Created
Source

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

rjsf-mantine

Mantine theme, fields and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

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

product-screenshot

Built With

Getting Started

Prerequisites

  • @mantine/core >= 8
  • @mantine/hooks >= 8
  • @mantine/dates >= 8
  • dayjs >= 1.8.0
  • @rjsf/core >= 6.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

Keywords

Mantine

FAQs

Package last updated on 28 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts