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

ele-pro-hl

v1.0.5

Published

A Component Library for Vue.js.Base on element-ui 2.13.2

Downloads

21

Readme

A Vue.js 2.0 UI Toolkit for Web.

基于element ui 2.13.2版本

Links

Install

npm install element-ui -S

Special Thanks

element ui team

LICENSE

MIT

1.0.0

table

  1. modify table scrollEvent 增加了一个表格的scroll对外事件tableBodyScroll
  2. table模块:增加了一个noCalcScrollX:控制是否计算横向滚动条的高度,用于生成fix header的高度
  3. table模块:增加了一个emptyHidden:用于控制无数据时是否隐藏表体
  4. table模块:修改了表格没有数据顶部全选disabled,但是可以选择的一个bug,增加了固定表头的全选事件

tab

  1. tab模块:增加了一个trigger的支持,可传:hover/click(默认),触发切换的行为
  2. tab模块:增加了一个tab-hover事件,tab 被选中时触发 参数为被选中的标签 tab 实例

slider

  1. slider模块:增加了一个对stepList的支持,支持传入一个数组作为散点

input

  1. input模块:增加了一个doubleCodeable和doubleCode的支持

1.0.1

select

  1. 支持select多选隐藏标签

1.0.3

table

  1. 去掉对selection列自定义表头的限制

1.0.4

cascader

  1. 增加一个属性fixedValue,使展示值可以固定不变

1.0.5

cascader

  1. 增加一个属性perFecth,控制是否每次点击都重新加载