@kpilens/antd
v2.5.1
Published
Ant Design theme, fields and widgets for react-jsonschema-form
Downloads
5
Readme
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.0
dayjs >= 1.8.0
@kpilens/core >= 2.0.0
npm install antd @ant-design/icons dayjs @kpilens/core
Installation
npm install @kpilens/antd
Usage
import Form from '@kpilens/antd';
or
import { withTheme } from '@kpilens/core';
import { Theme as AntDTheme } from '@kpilens/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