npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

element-plus-plus

v1.0.1

Published

Element Plus Extension Components

Readme

简体中文 | English

Element Plus Plus 是基于Element Plus的扩展组件库,提供了一系列在项目中常用的组件封装。

组件列表

  • Alias,优化多重循环,定义临时变量,方便模板中以简洁的方式访问临时变量
  • AvatarList,一组用户头像,常用在项目/团队成员列表
  • Banner,横幅通常用于标识全页的状态或通知等
  • ConfirmableButton,通常用于需要再次确认的操作
  • DockContainer,主要用来收纳折叠起来的ModelessDialog
  • ModelessDialog,非模态对话框,支持最大化,最小化,收起,展开,拖拽改变大小等功能
  • OverflowList,通常用于表格操作列,当操作项比较多时,可利用此组件进行操作的显隐
  • Panel,面板组件,类似于Card组件,但更灵活多变
  • SimpleTable,非常轻量的表格组件,只使用HTML table实现常见功能
  • Spinner,展示一个 “加载中” 的工作状态
  • TextOverflow,通过设置文本长度或者组件width使文本出现溢出效果
  • TreeTransfer,对树形结构进行选择操作

安装

# npm
$ npm install element-plus-plus --save

# yarn
$ yarn add element-plus-plus

# pnpm
$ pnpm add element-plus-plus

相关文档

官方文档

本地开发

# 安装项目依赖和初始化构建
$ pnpm install

# 开发示例
$ pnpm dev

# API文档
$ pnpm docs:dev

# 打包组件库
$ pnpm build

开源协议

该项目的代码和文档基于 MIT 开源协议。