Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaodahong/antd-coffee

Base on Ant Design for backstage component
https://github.com/shaodahong/antd-coffee

admin ant-design antd react

Last synced: about 1 month ago
JSON representation

Base on Ant Design for backstage component

Awesome Lists containing this project

README

        

## Antd Coffee

基于 [Antd](https://github.com/ant-design/ant-design),对常用**业务**组件封装扩展,提高开发效率。

- [x] **100% Typescript**
- [x] 兼容原生组件

## 使用

### 安装

```bash
$ yarn add antd-coffee
```

### 组件

```js
import { AsyncButton } from 'antd-coffee'

function Demo(params) {
return
}
```