0f30e808a2
* dcos: update changelog for version 5.21.2 release
* chore: add empty line before version 5.21.2 in changelog
* chore: revert changes to fix Typography `copyable` icon alignment issue
* chore: update version to 5.21.2 in package.json
* fix: update changelog to correct activeBorderColor token description for Select component
* fix: update changelog to specify Input.Search component for alignment issue
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* fix: reorganize Splitter section in changelog for clarity and fix formatting issues
# Conflicts:
# CHANGELOG.zh-CN.md
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# interactive rebase in progress; onto
|
||
---|---|---|
.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
- Stackblitz Demo 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: