<h1 align="center">antd-waffle</h1>

<div align="center">
基于 ant-design 封装的偏业务组件集合

</div>

## ✨ 特性

- 🚀 TypeScript: 使用 TypeScript 编写，提供完整的类型定义。
- 💎 优雅美观: 基于 Ant Design。
- 🎉 开箱即用: ...
- ⚡️ 按需加载: 支持按需加载，具体请查看[babel-plugin-import](https://github.com/ant-design/babel-plugin-import)

兼容性

`antd-waffle` 由于依赖了 React@16.8.0+ 提供的 Hooks 特性，因此只支持 React 16.8.0 及以上版本。

## 📦 安装

```
// npm
npm install antd-waffle --save

// yarn
yarn add antd-waffle
```
