element-pro-components
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

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

/element-pro-components/

    Package Sidebar

    Install

    npm i element-pro-components

    Weekly Downloads

    33

    Version

    1.3.1

    License

    MIT

    Unpacked Size

    883 kB

    Total Files

    216

    Last publish

    Collaborators

    • tolking