@secrets/react-jsonschema-antd
Ant Design theme, fields and widgets for react-jsonschema-form
.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Ant Design theme, fields and widgets for react-jsonschema-form
.
Built With
Getting Started
Prerequisites
antd >= 3.0.0
@rjsf/core >= 2.0.0
npm install antd @ant-design/icons dayjs @rjsf/core
Installation
npm install @secrets/react-jsonschema-antd
Usage
import Form from "@secrets/react-jsonschema-antd";
or
import { withTheme } from "@rjsf/core";
import { Theme as AntDTheme } from "@secrets/react-jsonschema-antd";
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(AntDTheme);
Roadmap
See the general open 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