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

element-ui-jd

v1.0.19

Published

A Component Library for Vue.js.

Downloads

43

Readme

优化以下内容

1、table滚动条均采用自定义滚动条

`增加属性 barBottomStyle 用于改底部滚动条样式

增加属性 emptyCellText 当td里的值是null或undefined时,显示的内容,默认是--

增加方法 doLayoutScrollbar() 用于当table变化时,重新生成scrollbar `

2、table中,如果cell的值为null,默认显示成--

3、navMenu-submenu添加滚动条

4、datepick 点击input togger显示日历

版本更新


v1.0.11 修复table中数据是异步时未调用elscrollbar里的update方法

v1.0.16 把滚动条宽度加1px ,fix某些情况出现白条问题

v1.0.17 table中bodyHeight当scrollY为true时,加上滚动条高度

v1.0.19 table中 去掉 gutter,因为去掉了原生滚动

Quick Start

import Vue from 'vue'
import Element from 'element-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT