6.0.0-gamma9.0 • Published 10 months ago

@lonli-lokli/dynamic-forms-antd v6.0.0-gamma9.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Build Status npm npm downloads Contributors Apache 2.0 License

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
  • @lonli-lokli/dynamic-forms-core >= 2.0.0
npm install antd @ant-design/icons dayjs @lonli-lokli/dynamic-forms-core

Installation

npm install @lonli-lokli/dynamic-forms-antd

Usage

import Form from '@lonli-lokli/dynamic-forms-antd';

or

import { withTheme } from '@lonli-lokli/dynamic-forms-core';
import { Theme as AntDTheme } from '@lonli-lokli/dynamic-forms-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