An open API service indexing awesome lists of open source software.

https://github.com/zuiidea/antd-extension

Ant Design Extension is an extended set of components for Ant Design that conforms to the Ant Design specification and has visually exposed UI components.
https://github.com/zuiidea/antd-extension

antd antd-design form

Last synced: 3 months ago
JSON representation

Ant Design Extension is an extended set of components for Ant Design that conforms to the Ant Design specification and has visually exposed UI components.

Awesome Lists containing this project

README

        

English | [简体中文](./README.zh-CN.md)

# Ant Design Extension

`Ant Design Extension` is an extended set of components for [Ant Design](https://ant.design/docs/react/introduce-cn) that conforms to the `Ant Design` specification and has visually exposed UI components.

## Features

- High quality React components in compliance with Ant Design specifications.
- Written in TypeScript with complete defined types.
- Support for original theme customization within the Ant Design project.
- There is no coupling between the expansion components and they are used independently.

## Components

| Component Name | Package Name | Description |
| -------------- | ------------ | ------------------------------------------------- |
| [FormPro](./src/form-pro/README.md) | `form-pro` | Configurable on-demand loading of form components |

## Installation

We recommend using npm or yarn to install.

```bash
$ npm install [Package Name] -S
$ yarn add [Package Name] -S
```

```bash
# For Example
$ npm install form-pro -S
$ yarn add form-pro -S
```

If you are in a bad network environment, you can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).

## Document and examples

[https://antd-extension.now.sh](https://antd-extension.now.sh)