Package Exports
- rjsf-antd-collapsible
- rjsf-antd-collapsible/dist/index.js
- rjsf-antd-collapsible/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rjsf-antd-collapsible) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rjsf/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 >= 4.0.0@ant-design/icons >= 4.0.0dayjs >= 1.8.0@rjsf/core >= 2.0.0
npm install antd @ant-design/icons dayjs @rjsf/coreInstallation
npm install @rjsf/antdUsage
import Form from '@rjsf/antd';or
import { withTheme } from '@rjsf/core';
import { Theme as AntDTheme } from '@rjsf/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