0.13.0 • Published 3 years ago

elenext v0.13.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

elenext

A Vue.js 3.0 UI Toolkit for Web, Element-UI by Vue 3.0

Docs & Demo

https://elenext.vercel.app

Install

yarn add elenext

Quick Start

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:

  • alert
  • aside
  • badge
  • breadcrumb
  • button
  • calendar
  • card
  • checkbox
  • col
  • container
  • date-picker
  • dialog
  • divider
  • drawer
  • dropdown
  • footer
  • form
  • header
  • icon
  • image
  • input
  • link
  • loading
  • main
  • menu
  • message
  • notification
  • option
  • pagination
  • progress
  • radio

Author

👤 jaskang

Show your support

Give a ⭐️ if this project helped you!

0.13.0

3 years ago

0.12.0

3 years ago

0.10.0

3 years ago

0.11.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago