# elenext **Repository Path**: pandafe/elenext ## Basic Information - **Project Name**: elenext - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# elenext A Vue.js 3.0 UI Toolkit for Web, Element-UI by Vue 3.0 ## Docs & Demo [https://elenext.vercel.app](https://elenext.vercel.app) ## Install ```sh yarn add elenext ``` ## Quick Start ```javascript import { createApp } from 'vue' import elenext from 'elenext' import App from './App.vue' const app = createApp(App) app.use(elenext) app.mount('#app') ``` For more information, please refer to Quick Start in our documentation. ## Browser Support Modern browsers and Internet Explorer 11+. ## Development Skip this part if you just want to use Element. ## Todo :sparkles: **组件库** :sparkles: - [x] alert - [x] aside - [ ] badge - [ ] breadcrumb - [x] button - [ ] calendar - [ ] card - [ ] checkbox - [x] col - [x] container - [ ] date-picker - [ ] dialog - [ ] divider - [ ] drawer - [ ] dropdown - [x] footer - [ ] form - [x] header - [x] icon - [ ] image - [ ] input - [ ] link - [ ] loading - [ ] main - [x] menu - [ ] message - [ ] notification - [ ] option - [ ] pagination - [ ] progress - [ ] radio ## Author 👤 **jaskang** - Website: https://github.com/jaskang ## Show your support Give a ⭐️ if this project helped you!