Migrated repository
Go to file
Joe Wong 4ea53ab896 Cascader: optimize hover to expand experience (#8010)
* Cascader: optimize hover to expand experience

pass eslint

* Cascader: hoverThreshold configuable
2017-11-08 12:24:29 +08:00
.github Update PULL_REQUEST_TEMPLATE.md 2017-05-03 14:20:53 +08:00
build Theme: releasing all variables 2017-11-02 14:01:58 +08:00
examples [build] 2.0.3 2017-11-03 15:59:15 +08:00
packages Cascader: optimize hover to expand experience (#8010) 2017-11-08 12:24:29 +08:00
src Complete french translation 🇫🇷 2017-11-07 10:43:12 +08:00
test/unit fix unlink-panels test 2017-11-01 11:51:37 +08:00
types Notification: fix unnecessary required types 2017-11-03 10:17:51 +08:00
.babelrc fix salad config 2016-11-13 22:08:38 +08:00
.eslintignore Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
.eslintrc Core: Add plugin eslint-plugin-json (#7869) 2017-11-08 12:20:52 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.gitignore Fix #7656 2017-11-04 09:30:27 +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.0.3 2017-11-03 15:56:17 +08:00
CHANGELOG.zh-CN.md Changelog: update for 2.0.3 2017-11-03 15:56:17 +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 FAQ: update attribute slot-scope for Vue 2.5.0+ 2017-11-01 10:16:40 +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 Core: Add plugin eslint-plugin-json (#7869) 2017-11-08 12:20:52 +08:00
README.md chore: remove cooking 2017-11-01 12:23:57 +08:00
yarn.lock update landing page for 2.0 2017-10-23 05:38:15 -05: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

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) 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. Our special thanks go to these fellows:

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