Skip to content

hug-sun/element3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
花果山大圣
Jun 9, 2024
7737440 · Jun 9, 2024
Jun 9, 2021
Jun 30, 2023
Jun 11, 2021
Dec 30, 2020
Dec 30, 2020
Sep 12, 2020
Jun 30, 2023
Aug 23, 2020
Jun 30, 2023
Dec 21, 2020
Aug 22, 2018
Jun 9, 2024
Dec 21, 2020
Jun 9, 2021
Jun 30, 2023
Mar 2, 2024
Jun 30, 2023

Repository files navigation

Introduction

A Vue.js 3.0 UI Toolkit for Web.

Install

npm install element3 -S

Quick Start

import { createApp } from 'vue'
import App from './App.vue'
// import style
import 'element3/lib/theme-chalk/index.css'
import Element3 from 'element3'

// global import
createApp(App).use(Element3).mount('#app')

// or according to the need to import
import {
  ElLink,
  ElButton
  // ...
} from 'element3'

createApp(App).use(ElLink).use(ElButton)

About

Documentation

To check out live docs, visit website

Questions

TODO

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Contribution ✨

use yarn instead of npm

Please make sure to read the Contributing Guide before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to this curated list!

Thank you to all the people who already contributed to Element3!


shengxinjing

💻🎬

cuixiaorui

💻

大帅ezshine

🧩📺

blackNezha

💻

村长

🎬💻

全栈然叔

🚌

轩姐JustAMan

💻

Join Discussion Group

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

Join Discusion Group

@todo

  1. table
  2. table-simple
  3. description
  4. Result
  5. Empty
  6. Statistic
  7. progress barl
  8. Skeleton
  9. Space
  10. other ...

License

MIT