<div align="center"><a name="readme-top"></a>
<img height="180" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
<h1>Ant Design</h1>
An enterprise-class UI design language and React UI library.
[![CI status][github-action-image]][github-action-url]
[![codecov][codecov-image]][codecov-url]
[![NPM version][npm-image]][npm-url]
[![NPM downloads][download-image]][download-url]
[![][bundlephobia-image]][bundlephobia-url]
[![][bundlesize-js-image]][unpkg-js-url]
[![FOSSA Status][fossa-image]][fossa-url]
[![Follow Twitter][twitter-image]][twitter-url]
[![Renovate status][renovate-image]][renovate-dashboard-url]
[![][issues-helper-image]][issues-helper-url]
[![dumi][dumi-image]][dumi-url]
[![Issues need help][help-wanted-image]][help-wanted-url]
[Changelog](./CHANGELOG.en-US.md) 路 [Report Bug][github-issues-url] 路 [Request Feature][github-issues-url] 路 English 路 [涓枃](./README-zh_CN.md)
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
[npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square
[npm-url]: http://npmjs.org/package/antd
[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master
[download-image]: https://img.shields.io/npm/dm/antd.svg?style=flat-square
[download-url]: https://npmjs.org/package/antd
[fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield
[fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield
[help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open
[help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
[twitter-image]: https://img.shields.io/twitter/follow/AntDesignUI.svg?label=Ant%20Design
[twitter-url]: https://twitter.com/AntDesignUI
[bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
[unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/antd?style=flat-square
[bundlephobia-url]: https://bundlephobia.com/package/antd
[issues-helper-image]: https://img.shields.io/badge/using-actions--cool-blue?style=flat-square
[issues-helper-url]: https://github.com/actions-cool
[renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square
[renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
[dumi-url]: https://github.com/umijs/dumi
[github-issues-url]: https://new-issue.ant.design
</div>
[![](https://user-images.githubusercontent.com/507615/209472919-6f7e8561-be8c-4b0b-9976-eb3c692aa20a.png)](https://ant.design)
## 鉁� Features
- 馃寛 Enterprise-class UI designed for web applications.
- 馃摝 A set of high-quality React components out of the box.
- 馃洝 Written in TypeScript with predictable static types.
- 鈿欙笍 Whole package of design resources and development tools.
- 馃實 Internationalization support for dozens of languages.
- 馃帹 Powerful theme customization based on CSS-in-JS.
## 馃枼 Environment Support
- Modern browsers
- Server-side Rendering
- [Electron](https://www.electronjs.org/)
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
| --- | --- | --- | --- | --- |
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 馃摝 Install
```bash
npm install antd
```
```bash
yarn add antd
```
```bash
pnpm add antd
```
## 馃敤 Usage
```tsx
import { Button, DatePicker } from 'antd';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
```
## 馃敆 Links
- [Home page](https://ant.design/)
- [Components Overview](https://ant.design/components/overview)
- [Ant Design Pro](http://pro.ant.design/)
- [Change Log](CHANGELOG.en-US.md)
- [rc-components](http://react-component.github.io/)
- [Mobile UI](http://mobile.ant.design)
- [Mini Program UI](http://mini.ant.design)
- [Ant Design Pro Components](https://procomponents.ant.design)
- [Ant Design Charts](https://charts.ant.design)
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
- [Landing Pages](https://landing.ant.design)
- [Motion](https://motion.ant.design)
- [Scaffold Market](http://scaffold.ant.design)
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
- [FAQ](https://ant.design/docs/react/faq)
- [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports
- [Customize Theme](https://ant.design/docs/react/customize-theme)
- [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator)
## 鈱笍 Development
Use Gitpod, a free online dev environment for GitHub.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design)
Or use opensumi.run, a free online pure front-end dev environemt.
[![opensumi.run](https://custom-icon-badges.demolab.com/badge/opensumi-run-blue.svg?logo=opensumi)](https://opensumi.run/ide/ant-design/ant-design)
Or clone locally:
```bash
$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start
```
Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development).
## 馃 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
<table>
<tr>
<td>
<a href="https://next.ossinsight.io/widgets/official/compose-recent-top-contributors?repo_id=34526884" target="_blank" style="display: block" align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-recent-top-contributors/thumbnail.png?repo_id=34526884&image_size=auto&color_scheme=dark" width="280">
<img alt="Top Contributors of ant-design/ant-design - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-recent-top-contributors/thumbnail.png?repo_id=34526884&image_size=auto&color_scheme=light" width="280">
</picture>
</a>
</td>
<td rowspan="2">
<a href="http
没有合适的资源?快使用搜索试试~ 我知道了~
ant-design-5.17.4.zip
共2000个文件
md:1210个
tsx:435个
ts:216个
需积分: 0 0 下载量 102 浏览量
2024-08-26
19:17:40
上传
评论
收藏 5.21MB ZIP 举报
温馨提示
ant-design,一套企业级 UI 设计语言和 React 组件库 提炼自企业级中后台产品的交互语言和视觉风格 开箱即用的高质量 React 组件
资源推荐
资源详情
资源评论
收起资源包目录
ant-design-5.17.4.zip (2000个子文件)
CNAME 11B
reset.css 4KB
global.css 336B
.editorconfig 172B
.gitkeep 0B
report-template.html 2KB
template.html 687B
index.html 298B
.eslintrc.js 7KB
mirror-modal.js 4KB
upload.js 4KB
webpack.config.js 2KB
.jest.js 2KB
.antd-tools.config.js 1KB
.ncurc.js 1KB
.stylelintrc.js 1KB
use-client.test.js 1014B
.jest.image.js 783B
.jest.node.js 753B
index-style-only.js 734B
.jest.site.js 732B
cssinjs.js 619B
lib.test.js 584B
.depslintrc.js 486B
dist.test.js 473B
jest-puppeteer.config.js 407B
clarity.js 395B
index-with-locales.js 307B
.remarkrc.js 172B
loading.js 150B
index.test.js 77B
index.js 74B
contributors.json 26KB
package.json 13KB
zh-CN.json 7KB
en-US.json 7KB
BUG_VERSIONS.json 3KB
example.json 1KB
tsconfig.json 855B
renovate.json 573B
tsconfig.json 536B
biome.json 325B
tsconfig-old-react.json 291B
tsconfig.json 142B
ci.json 115B
LICENSE 1KB
CHANGELOG.zh-CN.md 213KB
CHANGELOG.en-US.md 210KB
migrate-less-variables.zh-CN.md 39KB
migrate-less-variables.en-US.md 39KB
index.zh-CN.md 35KB
index.en-US.md 34KB
index.zh-CN.md 22KB
index.en-US.md 21KB
faq.zh-CN.md 20KB
github-actions-workflow.en-US.md 19KB
github-actions-workflow.zh-CN.md 18KB
index.en-US.md 18KB
index.zh-CN.md 18KB
css-var-plan.en-US.md 18KB
faq.en-US.md 18KB
css-var-plan.zh-CN.md 17KB
copywriting.zh-CN.md 16KB
index.zh-CN.md 15KB
index.en-US.md 15KB
use-with-umi.en-US.md 14KB
customize-theme.en-US.md 14KB
use-with-umi.zh-CN.md 14KB
customize-theme.zh-CN.md 14KB
index.zh-CN.md 13KB
index.en-US.md 13KB
copywriting.en-US.md 13KB
index.en-US.md 12KB
README-zh_CN.md 11KB
migration-v5.en-US.md 11KB
testing-migrate.en-US.md 11KB
migration-v5.zh-CN.md 11KB
contributor-development-maintenance-guide.zh-CN.md 11KB
icon.zh-CN.md 11KB
index.zh-CN.md 11KB
README.md 11KB
testing-migrate.zh-CN.md 11KB
contributor-development-maintenance-guide.en-US.md 11KB
index.en-US.md 11KB
issue-helper.en-US.md 10KB
issue-helper.zh-CN.md 10KB
index.zh-CN.md 10KB
research-navigation.zh-CN.md 10KB
research-form.zh-CN.md 10KB
index.en-US.md 10KB
buttons.zh-CN.md 10KB
shadow.en-US.md 10KB
index.en-US.md 10KB
data-format.zh-CN.md 10KB
index.zh-CN.md 10KB
index.zh-CN.md 9KB
resources.zh-CN.md 9KB
index.zh-CN.md 9KB
index.en-US.md 9KB
shadow.zh-CN.md 9KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
a3737337
- 粉丝: 0
- 资源: 2869
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 1洗衣机控制系统的设计 熟悉工业电气控制系统的组成,熟悉PLC系统的设计 全自动洗衣机能够根据衣物的质地、数量及脏污程度 来实现标准洗涤、柔顺洗涤等多功能模式 各个功能 模式均包括洗涤、漂洗、排水
- 聚合小说漫画动漫听书分销系统源码+代理系统+第三方支付+对接微信公众号+安装教程
- 基于springboot的月度员工绩效考核管理系统源码(java毕业设计完整源码+LW).zip
- 西门子PLC S7-200cn和S7-200 smart 设备锁机程序 可以使用设备上面,可以有效防止不守诚信的客户或者代理商等 可以进行多次分期付款,有动态验证码,无限次加密 有2个版本的
- 文件格式伪装Apate-V1.4.2.zip
- Python毕业设计基于OpenCV的视频人脸识别系统源码+运行文档+效果图+过程图(高分项目)
- WwR-2.51资源 可以备份提取制作mtk芯片线刷包+中文提示操作视频
- C语言超市管理系统.zip
- 基于python制作的弹簧振子的运动动画
- c语言吃逗游戏源码.zip
- Python毕业设计基于OpenCV的视频人脸识别系统源码+运行文档
- c语言打字母游戏源码.zip
- MATLAB基础练习:从数学模型到化学工程应用实例
- 强化学习项目实践:从理论到实战的价值迭代与Q-学习实现
- 机械设计两端升降双层输送线sw18可编辑全套设计资料100%好用.zip
- 中国大学生服务外包创新创业大赛A类企业命题详解及技术要求
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功