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.
- Host: GitHub
- URL: https://github.com/zuiidea/antd-extension
- Owner: zuiidea
- License: mit
- Created: 2019-06-09T08:17:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T09:44:29.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T05:09:47.437Z (3 months ago)
- Topics: antd, antd-design, form
- Language: TypeScript
- Homepage: https://antd-extension.now.sh
- Size: 104 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)