Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaodahong/antd-coffee
- Owner: shaodahong
- Created: 2020-02-26T10:37:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T19:45:10.000Z (11 months ago)
- Last Synced: 2024-05-02T04:11:04.198Z (9 months ago)
- Topics: admin, ant-design, antd, react
- Language: TypeScript
- Homepage: https://antd-coffee.now.sh/
- Size: 4.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
}
```