Migrated repository
Go to file
2018-03-11 16:19:59 +08:00
.github Chore: update contribution guide (#9803) 2018-02-13 12:22:41 +08:00
build Build: fix build locales, make sure only read js files (#9879) 2018-02-24 19:03:32 +08:00
examples Docs: update quickstart.md (#10109) 2018-03-11 09:30:26 +08:00
packages Select: remove scrollToOption after selection (#10115) 2018-03-11 16:19:59 +08:00
src Locale: update it.js (#10091) 2018-03-10 13:43:11 +08:00
test/unit DatePicker: add reverse selection test (#10035) 2018-03-07 10:57:00 +08:00
types DatePicker: prefix icon of input clickable for non-range pickers (#9966) 2018-03-02 14:52:40 +08:00
.babelrc fix salad config 2016-11-13 22:08:38 +08:00
.eslintignore Chore: update .eslintignore (#9694) 2018-02-06 17:08:08 +08:00
.eslintrc chore: update ESLint (#9124) 2018-01-05 16:53:02 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.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.2.1 (#9975) 2018-03-02 16:35:22 +08:00
CHANGELOG.es.md Update Doc Spanish 2018-03-03 10:45:10 +08:00
CHANGELOG.zh-CN.md Changelog: update for 2.2.1 (#9975) 2018-03-02 16:35:22 +08:00
components.json add layout (#6600) 2017-08-22 12:46:22 +08:00
element_logo.svg add logo 2016-12-13 22:00:20 +08:00
FAQ.md Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
lerna.json update lerna config 2017-01-23 17:18:07 +08:00
LICENSE Update package.json dependencies 2016-10-17 14:17:29 +08:00
Makefile update index links 2016-11-16 19:39:43 +08:00
package.json [release] 2.2.1 2018-03-02 16:41:08 +08:00
README.md Readme: update downloads badge to point to graph of downloads (#9963) 2018-03-02 10:34:28 +08:00
yarn.lock Pagination: add disabled prop (#10006) 2018-03-07 11:47:19 +08:00

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