Migrated repository
Go to file
Eden Wang 28aaeafbbc
feat(mentions): supports 'allowClear' option (#46396)
* feat(mentions): supports 'allowClear' option

* feat(mentions): add allowClear testcase

* feat(mentions): update package and styles

* feat(mentions): update lint and styles

* fix: fixed lint error

* test: add case for custom clearIcon

* feat: add useAllowClear hook

* feat: rename useAllowClear to getAllowClear

* feat: rename useAllowClear to getAllowClear

* feat(mentions): add demo for allowClear

* feat(mentions): update demo desc

* feat(mentions): update demo desc

* feat(mentions): style align middle

* feat: add multi line mentions demo and update icon position

* feat: fixing visual regression report

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-12-25 10:37:26 +08:00
.codesandbox ci: codesandbox install with npm (#46341) 2023-12-08 17:56:33 +08:00
.dumi docs: fix 4x url (#46498) 2023-12-18 11:03:24 +08:00
.github ci: wrong usage for fromJSON (#46541) 2023-12-20 13:45:46 +08:00
.husky chore: remove redundant .gitignore file (#42336) 2023-05-14 12:51:18 +08:00
alias chore: umd version will try to reuse global @ant-design/cssinjs first (#46009) 2023-11-22 15:04:55 +08:00
components feat(mentions): supports 'allowClear' option (#46396) 2023-12-25 10:37:26 +08:00
docs docs: vite doc (#46550) 2023-12-21 10:07:52 +08:00
scripts test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
tests test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
typings Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.antd-tools.config.js 📚 docs: add token meta info to token system model (#39101) 2022-11-30 11:48:47 +08:00
.depslintrc.js
.dockerignore
.dumirc.ts docs: live demo (#45383) 2023-10-23 22:49:49 +08:00
.editorconfig
.eslintignore Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.eslintrc.js chore: add lodash eslint (#45627) 2023-11-02 15:10:56 +08:00
.gitignore feat: new visual regression implements (#46127) 2023-12-09 21:49:47 +08:00
.gitpod.yml
.jest.image.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.node.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.site.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.ncurc.js ci: timed check for dependency updates (#45593) 2023-11-03 22:12:46 +08:00
.npmignore
.npmrc chore: update pupperteer and sharp npmmirror (#44727) 2023-09-15 14:21:50 +08:00
.prettierignore chore: remove useless scripts (#38622) 2022-11-17 16:41:05 +08:00
.prettierrc style: remove importOrderSeparation from prettier config (#44336) 2023-08-22 13:11:18 +08:00
.remarkrc.js chore(deps): update dependency remark-cli to v12 (#45039) 2023-09-30 20:50:11 +08:00
.stylelintrc.js chore: stylelint plugin upgrade (#40883) 2023-02-23 12:01:25 +08:00
.surgeignore docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
biome.json chore: migrate rome to biome (#44522) 2023-08-30 11:59:55 +08:00
CHANGELOG.en-US.md docs: changelog 5.12.5 (#46589) 2023-12-22 17:58:05 +08:00
CHANGELOG.zh-CN.md docs: changelog 5.12.5 (#46589) 2023-12-22 17:58:05 +08:00
CNAME chore: update CNAME 2022-11-18 15:04:45 +08:00
CODE_OF_CONDUCT.md
contributors.json chore: update contributors list (#45971) 2023-11-21 19:33:44 +08:00
index-style-only.js chore: remo format and remove prettierrc arrowParens (#38722) 2022-11-19 13:47:33 +08:00
index-with-locales.js chore: Remove locale-provider (#41289) 2023-03-21 13:08:43 +08:00
index.js
jest-puppeteer.config.js ci: make puppeteer works when reusing node_modules (#46107) 2023-11-28 19:42:35 +08:00
LICENSE
package.json Merge branch master into master-merge-feature 2023-12-23 02:56:03 +08:00
README-zh_CN.md chore: merge master into feature 2023-12-22 03:26:11 +08:00
README.md docs: fix readme (#46408) 2023-12-12 20:49:36 +08:00
renovate.json chore: Configure Renovate (#32494) 2021-10-14 21:58:20 +08:00
SECURITY.md
tsconfig.json feat: bump antd-tools (#45101) 2023-09-26 17:32:05 +08:00
webpack.config.js chore: migrate to webpack@5 (#45926) 2023-11-23 20:15:12 +08:00

Ant Design

An enterprise-class UI design language and React UI library.

CI status codecov NPM version NPM downloads

FOSSA Status

Follow Twitter Renovate status dumi Issues need help

Changelog · Report Bug · Request Feature · English · 中文

Performance Stats of ant-design/ant-design - Last 28 days

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
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
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" />
  </>
);

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

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 PRs Welcome

Active Contributors of ant-design/ant-design - Last 28 days

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.

Let's fund issues in this repository

❤️ Sponsors and Backers