mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
An enterprise-class UI design language and React UI library
9965d96259
* feat(form): improve scrollToField logic * docs: update form faq * test: add unit test * fix: boundary error * style: update code ref: https://github.com/ant-design/ant-design/pull/48211#discussion_r1547535631 ref: https://github.com/ant-design/ant-design/pull/48211#issuecomment-2031635922 * docs: add scrolltofield demo * chore: update snapshot * Update components/form/demo/validate-scroll2field.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 红 <wxh16144@qq.com> * chore: update demo * chore: update logic * chore: update snapshot * Update components/form/demo/validate-scroll-to-field.tsx Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: 红 <wxh16144@qq.com> * chore: update demo * chore: update snap * chore: update * chore: update demo * chore: update * chore: update docs * chore: update * chore: update snap * Update components/form/demo/validate-scroll-to-field.tsx Co-authored-by: crazyair <crazyair@users.noreply.github.com> Signed-off-by: 红 <wxh16144@qq.com> * chore:update logic * test: add unit test ref: https://github.com/ant-design/ant-design/issues/28869 * chore: update demo * test: update snap * chore: update demo * chore: update * chore: update * chore: fix TS type * chore: update demo fix layout * chore: update demo --------- Signed-off-by: 红 <wxh16144@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: lijianan <574980606@qq.com> |
||
---|---|---|
.codesandbox | ||
.dumi | ||
.github | ||
.husky | ||
alias | ||
components | ||
docs | ||
scripts | ||
tests | ||
typings | ||
.antd-tools.config.js | ||
.depslintrc.js | ||
.dockerignore | ||
.dumirc.ts | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitpod.yml | ||
.jest.image.js | ||
.jest.js | ||
.jest.node.js | ||
.jest.site.js | ||
.ncurc.js | ||
.npmignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
.remarkrc.js | ||
.stylelintrc.js | ||
.surgeignore | ||
biome.json | ||
BUG_VERSIONS.json | ||
CHANGELOG.en-US.md | ||
CHANGELOG.zh-CN.md | ||
CNAME | ||
CODE_OF_CONDUCT.md | ||
contributors.json | ||
index-style-only.js | ||
index-with-locales.js | ||
index.js | ||
jest-puppeteer.config.js | ||
LICENSE | ||
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 · 中文
✨ 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
- CodeSandbox Template for bug reports
- Customize Theme
- How to Apply for Being A Collaborator
⌨️ Development
Use Gitpod, a free online dev environment for GitHub.
Or use opensumi.run, a free online pure front-end dev environemt.
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 welcome all contributions. Please read our Contributing Guide first. You can submit any ideas as Pull Requests or as GitHub Issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)
If you are a collaborator, please follow our Pull Request Principle to create a Pull Request with our Pull Request Template.