tolking / element-pro-components

A component library for Vue 3 base on element-plus

Home Page:https://tolking.github.io/element-pro-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element-pro-components

a component library for Vue 3 base on element-plus

Documentation | Template | Changelog

Installation

pnpm add element-pro-components
# or
yarn add element-pro-components
# or
npm i element-pro-components

Usage

import { createApp } from 'vue'
import App from './App.vue'
import ElementPro from 'element-pro-components'
import 'element-pro-components/lib/styles/index'

createApp(App).use(ElementPro).mount('#app')
<template>
  <pro-layout />
</template>

Contributors

Thank you to all the people who have already contributed to element-pro-components!

contributors

License

MIT

About

A component library for Vue 3 base on element-plus

https://tolking.github.io/element-pro-components

License:MIT License


Languages

Language:TypeScript 96.6%Language:CSS 3.1%Language:JavaScript 0.2%Language:Shell 0.0%