Go to file
iamkun c3765b46d3
Form: Add theme token (#16699)
* add form label size token

* add form label size token
2019-07-24 14:26:45 +08:00
.github Doc: French translation update (#14643) 2019-03-09 09:59:28 +08:00
build Chore: update version (#16233) 2019-06-26 10:53:08 +08:00
examples update inner check (#16700) 2019-07-24 12:08:03 +08:00
packages Form: Add theme token (#16699) 2019-07-24 14:26:45 +08:00
src [build] 2.10.1 2019-07-02 15:49:31 +08:00
test Calendar: Display correct header when range is specified (#16354) 2019-07-22 13:36:32 +08:00
types Tree: make el-tree generic (#15934) 2019-07-02 17:04:42 +08:00
.babelrc Build: Fix babel config issue which lead to collapse transition broken 2019-02-01 12:37:16 +08:00
.eslintignore Chore: eslint ignore font files (#11696) 2018-06-25 16:35:58 +08:00
.eslintrc chore: update test deps and conf (#14735) 2019-03-18 15:34:44 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.gitignore I18n: French translation (#12153) 2019-02-12 09:08:19 +08:00
.travis.yml chore: update test deps and conf (#14735) 2019-03-18 15:34:44 +08:00
CHANGELOG.en-US.md Docs: Add 2.10.1 change log (#16357) 2019-07-02 14:07:49 +08:00
CHANGELOG.es.md Docs: Add 2.10.1 change log (#16357) 2019-07-02 14:07:49 +08:00
CHANGELOG.fr-FR.md Docs: Add 2.10.1 change log (#16357) 2019-07-02 14:07:49 +08:00
CHANGELOG.zh-CN.md Docs: Add 2.10.1 change log (#16362) 2019-07-02 15:42:48 +08:00
FAQ.md Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
LICENSE Chore: update license year (#12419) 2018-08-22 11:16:47 +08:00
Makefile Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
README.md Chore: Update Dingtalk Group QR image (#16236) 2019-06-26 12:14:43 +08:00
components.json Avatar: Add avatar component (#16144) 2019-06-24 16:37:17 +08:00
element_logo.svg add logo 2016-12-13 22:00:20 +08:00
package.json [release] 2.10.1 2019-07-02 15:49:31 +08:00
yarn.lock Chore(deps): Bump lodash from 4.17.11 to 4.17.14 (#16540) 2019-07-12 17:00:03 +08:00

README.md


Special thanks to the generous sponsorship by:

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use Element.

For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contribution

Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.

Let's fund issues in this repository

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

Donation

If you find Element useful, you can buy us a cup of coffee

donation

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Join Discusion Group

Scan the QR code using Dingtalk App to join in discusion group :

Join Discusion Group

LICENSE

MIT