4e17ca7c26
* docs: add 5.21.7 changelog * docs: add 5.21.7 changelog * chore: update version to 5.22.0 and add changelog entries * fix(TreeSelect): 修复弹层高度不够的问题 * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * Update CHANGELOG.en-US.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * fix: 修复 Menu title 内容的样式问题,修正葡萄牙语本地化翻译,提高准确性和一致性,优化 uz_UZ 国际化 * chore: 更新 CHANGELOG,修正 Input.OTP 组件 onInput 事件描述的格式 * fix: 修复 Menu title 内容的样式问题,优化葡萄牙语和 uz_UZ 国际化翻译的准确性和一致性 * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * chore: 更新 CHANGELOG,修正 DatePicker 和 Input.OTP 组件的描述格式 * Update CHANGELOG.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * chore: 更新 CHANGELOG,修正 DatePicker 和 Modal Tour 组件的本地化描述 * chore: 更新 CHANGELOG,修正 DatePicker 和 Modal Tour 组件的描述格式,优化葡萄牙语和 uz_UZ 国际化翻译的准确性和一致性 --------- Signed-off-by: 陈帅 <qixian.cs@outlook.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: thinkasany <480968828@qq.com> |
||
---|---|---|
.dumi | ||
.github | ||
.husky | ||
alias | ||
components | ||
docs | ||
scripts | ||
tests | ||
typings | ||
.antd-tools.config.js | ||
.depslintrc.js | ||
.dockerignore | ||
.dumirc.ts | ||
.editorconfig | ||
.gitignore | ||
.gitpod.yml | ||
.jest.image.js | ||
.jest.js | ||
.jest.node.js | ||
.jest.site.js | ||
.lintstagedrc.json | ||
.ncurc.js | ||
.npmignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
.remarkrc.js | ||
.surgeignore | ||
biome.json | ||
BUG_VERSIONS.json | ||
CHANGELOG.en-US.md | ||
CHANGELOG.zh-CN.md | ||
CNAME | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
contributors.json | ||
eslint.config.mjs | ||
index-style-only.js | ||
index-with-locales.js | ||
index.js | ||
jest-puppeteer.config.js | ||
LICENSE | ||
mako.config.json | ||
package.json | ||
README-zh_CN.md | ||
README.md | ||
renovate.json | ||
SECURITY.md | ||
tsconfig-old-react.json | ||
tsconfig.json | ||
webpack.config.js |
Ant Design
An enterprise-class UI design language and React UI library.
Changelog · Report Bug · Request Feature · English · 中文
❤️ Sponsors and Backers
✨ 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
Edge |
Firefox |
Chrome |
Safari |
Electron |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install antd
yarn add antd
pnpm add antd
🔨 Usage
import { Button, DatePicker } from 'antd';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
🔗 Links
- Home page
- Components Overview
- Ant Design Pro
- Change Log
- rc-components
- Mobile UI
- Mini Program UI
- Ant Design Pro Components
- Ant Design Charts
- Ant Design Icons
- Ant Design Colors
- Landing Pages
- Motion
- Scaffold Market
- Developer Instruction
- Versioning Release Note
- FAQ
- Online Playground for bug reports
- Customize Theme
- How to Apply for Being A Collaborator
⌨️ Development
Use opensumi.run, a free online pure front-end dev environment.
Or clone locally:
$ 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.
🤝 Contributing
Let's build a better antd together.
We warmly invite contributions from everyone. Before you get started, please take a moment to review our Contributing Guide. Feel free to share your ideas through Pull Requests or GitHub Issues. If you're interested in enhancing our codebase, explore the Development Instructions and enjoy your coding journey! :)
For collaborators, adhere to our Pull Request Principle and utilize our Pull Request Template when creating a Pull Request.
Issue funding
We use Polar.sh and Issuehunt to up-vote and promote specific features that you would like to see and implement. Check our backlog and help us: