<p align="center">
<a href="https://ant.design">
<img width="200" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
</a>
</p>
<h1 align="center">Ant Design</h1>
<div align="center">
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]
[![Renovate status][renovate-image]][renovate-dashboard-url] [![Total alerts][lgtm-image]][lgtm-url] [![][bundlesize-js-image]][unpkg-js-url] [![][bundlesize-css-image]][unpkg-css-url]
[![Follow Twitter][twitter-image]][twitter-url] [![FOSSA Status][fossa-image]][fossa-url] [![Discussions][discussions-image]][discussions-url] [![][issues-helper-image]][issues-helper-url] [![Issues need help][help-wanted-image]][help-wanted-url]
[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
[lgtm-image]: https://flat.badgen.net/lgtm/alerts/g/ant-design/ant-design
[lgtm-url]: https://lgtm.com/projects/g/ant-design/ant-design/alerts/
[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&style=social
[twitter-url]: https://twitter.com/AntDesignUI
[discussions-image]: https://img.shields.io/badge/discussions-on%20github-blue?style=flat-square
[discussions-url]: https://github.com/ant-design/ant-design/discussions
[bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
[bundlesize-css-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.css?label=antd.min.css&compression=gzip&style=flat-square
[unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
[unpkg-css-url]: https://unpkg.com/browse/antd/dist/antd.min.css
[issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square
[issues-helper-url]: https://github.com/actions-cool/issues-helper
[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
</div>
[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design)
English | [Portugu锚s](./README-pt_BR.md) | [绠�浣撲腑鏂嘳(./README-zh_CN.md) | [校泻褉邪褩薪褋褜泻芯褞](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [鏃ユ湰瑾瀅(./README-ja_JP.md)
## 鉁� 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 in every detail.
## 馃枼 Environment Support
- Modern browsers and Internet Explorer 11 (with [polyfills](https://stackoverflow.com/questions/57020976/polyfills-in-2019-for-ie11))
- Server-side Rendering
- [Electron](https://www.electronjs.org/)
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>IE / 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 |
| --- | --- | --- | --- | --- |
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 馃摝 Install
```bash
npm install antd
```
```bash
yarn add antd
```
## 馃敤 Usage
```jsx
import { Button, DatePicker } from 'antd';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
```
And import style manually:
```jsx
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
```
### TypeScript
`antd` is written in TypeScript with complete definitions, check [Use in TypeScript](https://ant.design/docs/react/use-in-typescript) to get started.
## 馃實 Internationalization
Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n).
## 馃敆 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)
- [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 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)
Read our [contributing guide](https://ant.design/docs/react/contributing) and let's build a better antd together.
We welcome all contributions. Please read our [CONTRIBUTING.md](https://github.com/ant-design/a
没有合适的资源?快使用搜索试试~ 我知道了~
ant-design-4.24.4.zip
共2000个文件
md:932个
tsx:510个
less:186个
需积分: 0 0 下载量 82 浏览量
2024-08-25
21:31:43
上传
评论
收藏 3.98MB ZIP 举报
温馨提示
ant-design,一套企业级 UI 设计语言和 React 组件库 提炼自企业级中后台产品的交互语言和视觉风格 开箱即用的高质量 React 组件
资源推荐
资源详情
资源评论
收起资源包目录
ant-design-4.24.4.zip (2000个子文件)
template-1-bug-report.yml.close 4KB
template-2-feature-request.yml.close 3KB
CNAME 14B
.editorconfig 172B
.gitignore 2B
template.html 8KB
template.html 818B
index.html 324B
css-variable-sync.js 9KB
print-changelog.js 8KB
en-US.js 8KB
zh-CN.js 8KB
bisheng.config.js 6KB
.antd-tools.config.js 6KB
.eslintrc.js 5KB
post-script.js 5KB
webpack.config.js 5KB
index.js 2KB
check-site.js 2KB
check-ts-demo.js 2KB
check-commit.js 2KB
check-version-md.js 2KB
lib.test.js 2KB
argos-upload.js 2KB
.jest.js 2KB
setup.js 2KB
convert-demo.js 1KB
themeConfig.js 1KB
antd.js 922B
generate-authors.js 847B
.jest.image.js 783B
.jest.node.js 736B
index-style-only.js 732B
.jest.site.js 732B
generateLegacyLocale.js 729B
default-vars.js 621B
dist.test.js 533B
dark-vars.js 494B
.depslintrc.js 486B
check-demo.js 449B
index-css-only.js 407B
compact-vars.js 406B
rc-trigger.js 391B
jest-puppeteer.config.js 358B
Portal.js 345B
index-with-locales.js 289B
generate-version.js 246B
.eslintrc.js 211B
.remarkrc.js 193B
update-rc.js 153B
style.js 116B
copy-to-clipboard.js 111B
index.js 74B
rc-virtual-list.js 67B
package.json 12KB
.stylelintrc.json 1KB
example.json 1KB
tsconfig.json 678B
renovate.json 573B
rome.json 262B
ci.json 73B
MainContent.jsx 17KB
index.jsx 17KB
ComponentDoc.jsx 7KB
ComponentOverview.jsx 5KB
ColorPaletteToolDark.jsx 3KB
Palette.jsx 3KB
RiddleIcon.jsx 2KB
ColorPaletteTool.jsx 2KB
ColorPalettes.jsx 2KB
CodePenIcon.jsx 2KB
ThemeIcon.jsx 1KB
index.jsx 1KB
ColorBlock.jsx 1KB
CodePreview.jsx 930B
CodeSandboxIcon.jsx 576B
ColorPatterns.jsx 441B
PrevAndNext.jsx 431B
variable.less 39KB
tinyColor.less 36KB
default.less 36KB
dark.less 18KB
index.less 17KB
index.less 15KB
mixin.less 11KB
global.less 11KB
index.less 10KB
markdown.less 9KB
dark.less 8KB
mixin.less 7KB
compact.less 7KB
colors.less 7KB
common.less 6KB
demo.less 6KB
index.less 6KB
index.less 6KB
index.less 6KB
index.less 5KB
responsive.less 5KB
mixin.less 5KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
a3737337
- 粉丝: 0
- 资源: 2869
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功