All Projects → ElemeFE → Element

ElemeFE / Element

Licence: mit
A Vue.js 2.0 UI Toolkit for Web

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Element

Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (-53.46%)
Mutual labels:  ui-kit, components, vue-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (-97.08%)
Mutual labels:  components, vue-components, ui-kit
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-98.63%)
Mutual labels:  ui-kit, components, vue-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (-95.16%)
Mutual labels:  ui-kit, components, vue-components
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (-95.9%)
Mutual labels:  ui-kit, components, vue-components
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-99.81%)
Mutual labels:  ui-kit, components
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (-99.8%)
Mutual labels:  components, vue-components
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (-96.45%)
Mutual labels:  ui-kit, vue-components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (-99.69%)
Mutual labels:  ui-kit, components
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (-83.67%)
Mutual labels:  ui-kit, vue-components
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-99.75%)
Mutual labels:  ui-kit, components
Vueleaflet
Vue components for Leaflet maps
Stars: ✭ 177 (-99.66%)
Mutual labels:  components, vue-components
Element Plus
🎉 A Vue.js 3 UI Library made by Element team
Stars: ✭ 12,986 (-74.74%)
Mutual labels:  element-ui, vue-components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-99.86%)
Mutual labels:  ui-kit, components
Vue Form Components
Clean & minimal vue form elements and form builder with validation
Stars: ✭ 120 (-99.77%)
Mutual labels:  components, vue-components
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (-97.75%)
Mutual labels:  ui-kit, components
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (-99.74%)
Mutual labels:  ui-kit, vue-components
Web designer
网页设计器图形化工具,通过拖拽组件进行页面排版和生成页面代码
Stars: ✭ 219 (-99.57%)
Mutual labels:  vue-components, element-ui
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-99.55%)
Mutual labels:  ui-kit, vue-components
Semantic Ui Vue
Semantic UI integration for Vue
Stars: ✭ 914 (-98.22%)
Mutual labels:  components, vue-components


A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team

Links

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.

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:

Join Discussion Group

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

Join Discusion Group

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].