Skip to content

Components

Vue EP Toolkit provides a rich set of UI components based on Element Plus, ready to use out of the box.

About Documentation

This project references the official Element Plus documentation for easier reference and use.

Features

  • 🎨 Element Plus Integration - All Element Plus components included
  • 📦 Ready to Use - No need to install Element Plus separately
  • 🔧 Enhanced Components - Additional custom components built on top of Element Plus
  • 📝 Type Support - Full TypeScript type definitions

Usage

vue
<template>
  <ep-button icon="tabler:mood-tongue-wink-2">Button</ep-button>
  <ep-icon icon="tabler:mood-tongue-wink-2" />
</template>

Custom Components

Basic Components

Data Display

Element Plus Components

All Element Plus components are available for direct use. For detailed documentation, please refer to the Element Plus Official Documentation.

Released under the MIT License.