Ant Design theme, fields and widgets for react-jsonschema-form
.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
Ant Design theme, fields and widgets for react-jsonschema-form
.
antd >= 4.0.0
@ant-design/icons >= 4.0.0
dayjs >= 1.8.0
@consolecore/rjsf-core >= 2.0.0
npm install antd @ant-design/icons dayjs @consolecore/rjsf-core
npm install @rjsf/antd
import Form from '@rjsf/antd';
or
import { withTheme } from '@consolecore/rjsf-core';
import { Theme as AntDTheme } from '@rjsf/antd';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(AntDTheme);
See the general open issues.
Read our contributors' guide to get started.
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form