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 🙏

© 2024 – Pkg Stats / Ryan Hefner

yzh-el-com

v1.0.23

Published

yzh element-components.

Downloads

6

Readme

yzh-el-com

yzh element-components.

Installation

npm config set registry=http://192.168.1.182:9091/nexus/repository/npm-group/
npm install yzh-el-com

Import

// main.js
import 'yzh-el-com/dist/yzh-el-com.min.css';
// components
import {
  yzhPagination,
  yzhExport,
  YzhTable,
  yzhFormTable,
  yzhOrderTable,
  importDialog,
  yzhQueryForm,
  yzhCascader,
  yzhBrandSelect,
  yzhAddressTips,
  yzhRemoteSelect,
  yzhSendCode,
  yzhEditor
} from 'yzh-el-com'

Content

Demo

下载该项目,在文件根目录下依次输入命令行:

npm install yzh-el-com
npm run dev

然后在浏览器里输入http://localhost:8090,即可看到组件 demo。

Changelog

2023-2-1

v0.0.1

  1. 项目初始化
  2. 引入公告组件

2023-2-8

v0.0.3

  • 创建私有包仓库,配置私有打包指令
  • 更改组件文档

2023-3-9

v0.0.11

  • ❤ 引入wangEditor

2023-3-10

v0.0.12

  • 引入公用上传组件

2023-3-14

v0.0.13

  • 引入公用图片进度条组件

2023-5-19

v1.0.3

  • 表格组件添加 reserve-selection 属性

2023-8-29

v1.0.7

  • 替换表格空白页图片

2023-9-08

v1.0.8 调整地址组件

2023-10-12

v1.0.9

  • 订单表格字段支持权限控制

2023-11-2

v1.0.10

  • 订单表格字段支持 min-width

2023-11-11

v1.0.11

  • 表格支持统计功能

2024-1-22

v1.0.12

  • 更新远程下拉组件,优化功能查看文档

2024-2-20

v1.0.13

  • 订单表格组件支持三级结构

2024-2-20

v1.0.15

  • 表格、订单表格组件支持 selfAdaptionHeight 自适应高度

2024-3-13

v1.0.16

  • Table 新增 append slot

2024-4-1

v1.0.19

  • Table 展示更多

2024-5-24

v1.0.20

  • Add-importDialog tabs slot

2024-6-13

v1.0.23

  • importDialog signImport参数下回调完整的数据
  • yzhRemoteSelect disabled增加回调