# xdata-element3-library
**Repository Path**: yunwisdom_zhao/xdata-element3-library
## Basic Information
- **Project Name**: xdata-element3-library
- **Description**: A Vue.js 3.0 UI Toolkit for Web.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-04-22
- **Last Updated**: 2021-04-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Introduction
A Vue.js 3.0 UI Toolkit for Web.
## Install
```shell
npm install element3 -S
```
## Quick Start
```js
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
- base on [element-ui](https://github.com/ElemeFE/element)
- Table Component base on [element-plus](https://github.com/element-plus/element-plus)
- rewrite Table is WIP
## Documentation
To check out live docs, visit [website](https://element3-ui.com/)
## Questions
TODO
## Issues
Please make sure to read the [Issue Reporting Checklist](TODO) 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](https://github.com/kkbjs/element3/blob/master/CHANGELOG.md).
## Contribution ✨
Please make sure to read the [Contributing Guide](https://juejin.im/post/6864462363039531022) before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to [this curated list](TODO)!
Thank you to all the people who already contributed to Element3!