Go to file
blesstosam f1e95dc3a9
feat(components): [table] expose scroll event (#12524)
* feat(components): [table] expose scroll event

* chore: update doc
2024-11-20 21:49:22 +08:00
.circleci ci(project): add .circleci/config.yml (#6569) 2022-03-12 22:57:11 +08:00
.github ci: remove need reproduction label (#18930) 2024-11-18 22:06:30 +08:00
.husky chore: update husky (#15867) 2024-02-23 09:10:20 +08:00
.vscode feat(components): [notification] add support for message as a Function (#18558) 2024-11-19 15:15:28 +08:00
breakings feat(components): [image] support native lazy loading (#7968) 2022-06-01 13:21:05 +08:00
docs feat(components): [table] expose scroll event (#12524) 2024-11-20 21:49:22 +08:00
internal chore: update dependencies (#18573) 2024-10-29 10:01:58 +08:00
packages feat(components): [table] expose scroll event (#12524) 2024-11-20 21:49:22 +08:00
patches fix(components): [input] unify async-validator string length calc (#16757) 2024-05-20 12:22:56 +08:00
play chore(deps): update vite related dependency for play and docs (#18809) 2024-11-08 09:38:27 +08:00
scripts chore: gen script does not support hyphens (#18704) 2024-11-04 21:19:29 +08:00
ssr-testing fix(components): fix deprecated warning (#16034) 2024-03-04 22:06:40 +08:00
typings chore(types): ElAutoResizer & ElTableV2 to global.d.ts (#18949) 2024-11-20 21:00:01 +08:00
.editorconfig feat/add-storybook 2020-07-24 19:20:37 +08:00
.env feat(project): adding cypress into element plus (#5281) 2022-01-10 19:25:48 +08:00
.eslintignore chore(eslint-config): ignore the vitepress cache folder (#17635) 2024-07-23 10:58:41 +08:00
.eslintrc.json chore(project): rename .eslint.js to .eslint.json (#6584) 2022-03-13 14:19:51 +08:00
.gitattributes chore(project): improve prettier format (#3236) 2021-09-05 00:53:31 +08:00
.gitignore refactor(docs): upgrade vitepress (#17444) 2024-07-15 18:30:10 +08:00
.gitpod.yml chore: update yml 2022-05-10 13:04:28 +08:00
.markdownlint.json feat(components): add virtual tree (#3398) 2021-09-27 11:12:50 +08:00
.npmrc chore: set package-manager-strict to false (#16737) 2024-05-08 09:50:47 +08:00
.nvmrc chore(dev): consistent with the node version required in package.json (#16720) 2024-04-30 10:38:49 +08:00
.prettierignore chore(eslint-config): ignore the vitepress cache folder (#17635) 2024-07-23 10:58:41 +08:00
.prettierrc chore(project): improve prettier format (#3236) 2021-09-05 00:53:31 +08:00
CHANGELOG.en-US.md chore: Update changelog 2.8.8 (#18918) 2024-11-15 10:21:56 +00:00
CODE_OF_CONDUCT.md style: use prettier (#3228) 2021-09-04 19:29:28 +08:00
codecov.yml test(test-utils): add codecov coverage (#6051) 2022-02-15 13:08:20 +08:00
commitlint.config.js feat: check message when commit (#8166) 2022-06-08 15:17:04 +08:00
commitlint.config.ts chore: add deps/types for commitlint scope (#18778) 2024-11-05 16:13:29 +08:00
CONTRIBUTING.md docs: describes the pnpm version for debugging source code (#18769) 2024-11-04 17:41:41 +08:00
LICENSE chore: change license year (#5647) 2022-01-28 15:29:44 +08:00
package.json chore(deps): update vite related dependency for play and docs (#18809) 2024-11-08 09:38:27 +08:00
pnpm-lock.yaml chore(deps): update vite related dependency for play and docs (#18809) 2024-11-08 09:38:27 +08:00
pnpm-workspace.yaml fix(build): move eslint config to internal (#6553) 2022-03-12 14:33:41 +08:00
README.md chore: update doc (#18946) 2024-11-19 11:35:49 +00:00
tsconfig.base.json chore: optimize dts imports (#18051) 2024-09-03 14:34:21 +08:00
tsconfig.json fix(build): enhance type check (#7880) 2022-05-24 22:54:34 +08:00
tsconfig.node.json fix(build): enhance type check (#7880) 2022-05-24 22:54:34 +08:00
tsconfig.play.json chore: optimize dts imports (#18051) 2024-09-03 14:34:21 +08:00
tsconfig.vite-config.json chore(play): use the postinstall hook to run the init script (#18385) 2024-09-29 15:11:54 +08:00
tsconfig.vitest.json refactor(components): switch to vue macros (#9306) 2022-09-16 22:57:41 +08:00
tsconfig.web.json chore: improve intellisense in codebase (#17599) 2024-07-27 22:00:27 +08:00
vitest.config.mts test: add coverage exlude (#16727) 2024-05-06 10:02:26 +08:00
vitest.setup.ts feat: drop jest (#7248) 2022-04-19 16:51:44 +08:00
vitest.workspace.ts chore: add vitest extensions (#17981) 2024-08-23 22:32:30 +08:00


Element Plus - A Vue.js 3 UI library

  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

Getting Started

Alright, for you to get started if you are looking for making Element Plus better you should keep reading. For developers that uses Element Plus to develop your website you should go ahead visit Getting Started.

Breaking change list

The first stable release of Element Plus suitable for use in production was released on February 07, 2022. The APIs is stable right now, and here's also a full list about how to get upgraded from Element UI to Element Plus.

You can find the breaking change list here: Breaking Change List.

Migration Tool 🛠️

We have made a migration tool for you to migrate your project from Element UI to Element Plus.

You can find the gogo code migration tool here.

We have tested this on Vue Element Admin. You can find the transpiled code here.

Playground

You can also try Element Plus out with the components built-in playground.

Try it with our built-in playground

Playground

Try it with code sandbox

Edit element-plus

Special thanks to the generous sponsorship by:


Platinum Sponsors

Gold Sponsors


Translations

Element Plus is translated to multiple languages, you can click the badge to help up update the translation or apply to become a proofreader Crowdin

For now we are only showing English and Chinese for resource reasons, but we are looking forward to translate it into more languages, please go to the link above and leave a message if you want to help translating Element Plus into your desired language.

How to help translating

See how to help translating in Translating Element Plus.

Stay tuned 👀

Join our Discord to start communicating with everybody.

This thing is broken, I should help improve it!

Awesommmmmmee. Everything you need is down below. You can also refer to CONTRIBUTING and Code of Conduct where you'll find the same information listed below.

I would like to become a part of the development team!

Welcome 🤩! We are looking for talented developers to join us and making Element Plus better! If you care to join the development team, please reach out to us, you are more than welcomed to join us! ❤️

We are now lacking of experts of Testing, GitHub Actions, PM, if you do feel like you can and willing to help us, please do reach out to us. 🙏

Contributors

This project exists thanks to all the people who contribute.

And thank you to all our backers! 🙏

License

Element Plus is open source software licensed as MIT.