Element Plus - A Vue.js 3 UI library
- πͺ Vue 3 Composition API
- π₯ Written in TypeScript
If you are looking for previous version website, here is the link.
Element Plus Documentation Archived
The new website is launched at 17th Sep 2021.
This project is still under heavy development. Feel free to join us and make your first pull request.
Special thanks to the generous sponsorship by:
Element Plus is translated to multiple languages, you can click the badge to help up update the translation or apply to become a proofreader
You can find for more details, API, and other docs on https://element-plus.org
ε½ε ε ιιεη«ηΉ
Join our Discord to start communicating with everybody.
You can find the breaking change list here: Breaking Change List.
With command
$ yarn bootstrap
the project will install all dependencies and run lerna bootstrap
to initialize the project
With command
$ yarn docs:dev
the project will launch website for you to preview all existing component
- Convert the item in https://github.com/element-plus/element-plus/projects/1 to an issue
- Assign yourself to the issue
- Author your component by generating new component command below
- Migrate tests and docs
- Open a new pull request, fill in the component issue link in 1
With command
$ yarn gen component-name
Note the component-name
must be in kebab-case
, combining words by replacing each space with a dash.
With command
yarn cz
Example
# [TYPE](SCOPE): [el-component-name] DESCRIPTION#[ISSUE]
# example: feat(components): [el-button] add type for form usage #1234
Element Plus is open source software licensed as MIT.
This project wouldn't exist without our amazing contributors