Skip to content

HEKEH/el-popover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"El Popover" - A Popover Component Based on Element Plus

English | 中文

Introduction

"El Popover" is a lightweight Vue3 component library based on Element Plus. It provides Popover and Tooltip components with functionality identical to Element Plus, but without requiring the full Element Plus library. This package can also serve as a learning resource for understanding Element Plus Popover components.

Features

  • 🎯 Lightweight: Contains only core Popover component functionality
  • 💪 Complete: Maintains feature parity with Element Plus Popover
  • 🔗 Zero learning curve: API identical to Element Plus
  • 🚀 Smaller bundle size: No need to import full Element Plus

Installation

# Using npm
npm install @hekeh/el-popover

# Using yarn
yarn add @hekeh/el-popover

# Using pnpm
pnpm add @hekeh/el-popover

Usage

Popover

Import the Popover component:

import { Popover } from '@hekeh/el-popover';

The API is identical to Element Plus's Popover component. For complete usage details, please refer to the Element Plus Popover documentation.

Tooltip

Import the Tooltip component:

import { Tooltip } from '@hekeh/el-popover';

The API is identical to Element Plus's Tooltip component. For complete usage details, please refer to the Element Plus Tooltip documentation.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published