Go to file
Yao d8c931274d Input: fix prop valueKey doc (#9649) 2018-02-04 14:36:50 +08:00
.github Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
build Pagination: add key in pager (#9604) 2018-02-01 15:16:21 +08:00
examples Input: fix prop valueKey doc (#9649) 2018-02-04 14:36:50 +08:00
packages Table: update selection isAllSelected (#9634) 2018-02-03 16:08:13 +08:00
src [build] 2.1.0 2018-01-31 16:36:30 +08:00
test/unit DatePicker: fix date clamping during navigation (#9577) 2018-01-31 14:20:07 +08:00
types Notification: add position definition for ElNotificationOptions (#9546) 2018-01-30 13:20:58 +08:00
.babelrc
.eslintignore Chore: exclude play file from eslint, remove es-doc notification 2018-01-14 20:58:07 +08:00
.eslintrc chore: update ESLint (#9124) 2018-01-05 16:53:02 +08:00
.gitattributes
.gitignore add sponsor logo 2017-12-18 18:13:05 +08:00
.travis.yml use chrome to run tests (#7521) 2017-10-16 19:39:44 -05:00
CHANGELOG.en-US.md Changelog: update for 2.1.0 (#9581) 2018-01-31 16:33:18 +08:00
CHANGELOG.es.md Doc: update es docs for 2.1.0 (#9581) (#9591) 2018-02-01 13:43:45 +08:00
CHANGELOG.zh-CN.md Changelog: update for 2.1.0 (#9581) 2018-01-31 16:33:18 +08:00
FAQ.md Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
LICENSE
Makefile
README.md Update README.md 2018-01-31 11:22:05 +08:00
components.json
element_logo.svg
lerna.json
package.json [release] 2.1.0 2018-01-31 16:36:31 +08:00
yarn.lock Table: forward fixed column's mousewheel event to entire table (#9323) 2018-01-26 15:38:46 +08:00

README.md

Element

Build Status Coverage Status CDNJS npm package NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/ElemeFE/element(Chinese) Join the chat at https://gitter.im/element-en/Lobby(English) OpenCollective OpenCollective License: MIT

A Vue.js 2.0 UI Toolkit for Web.

Special thanks to the generous sponsorship by:

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) 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) before making a pull request.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

Donation

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

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]

LICENSE

MIT