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 🙏

© 2026 – Pkg Stats / Ryan Hefner

mdc-iview

v1.0.14

Published

V2.9.2 fork / A high quality UI components Library with Vue.js

Readme

更新日志

v1.0.1 - 样式修改

v1.0.2 - table增加minWidth maxWidth 修复table部分bug

v1.0.3 - tree组件新增children-key

v1.0.5 - Select、AutoComplete、DatePicker、TimePicker、ColorPicker、Cascader、Dropdown 等组件支持自动识别浮层展开方向。

v1.0.6 - 修复 Poptip / Tooltip 动态修改内容后,位置计算不准确的 bug 修复 Poptip 和 Tooltip 有时方向识别错误的 bug,并支持自定义 popper.js 的 options 选项 Poptip 新增属性 popper-class。

v1.0.7 - table 新增on-cancel-select事件(取消全选)

v1.0.8 - tree组件新增title-key 及getCheckedNodesWithoutChildrenNodes方法 用以获取选中的最大的集合

v1.0.9 - table 新增拼音排序功能 在对应的栏上加 sortable: 'pinyin'

v1.0.10 - table组件新增selectedFixToTop方法,能够使被选中的置顶, 新增_hidden属性。

v1.0.13 - table组件新增stopWatch startWatch方法 改变原list不刷新列表

v1.0.14 - table表头新增_hidden属性,可以控制显示隐藏此列

iView

iView NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/iview

A high quality UI Toolkit built on Vue.js.

This branch is for Vue.js 2.x.

The branch for Vue.js 1.x can be found here.

Docs

English (2.0)

中文文档 (2.0)

中文文档 (1.0)

Overview

Component Overview

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with any skill level.
  • Extensive documentation and demos.
  • It is quite beautiful.
  • Supports both Vue.js 2 and Vue.js 1.

Who's using iView

If your company or products use iView, welcome to click here to leave a message.

Install

Please install Webpack first!

We recommend you create your project through iView Cli or iview-project. You can also use vue-cli.

Install iView

Using npm:

npm install iview --save

Using a script tag for global use:

<script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.css">

You can find more info on the website.

Usage

<template>
    <Slider v-model="value" range />
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Using css via import:

import 'iview/dist/styles/iview.css';

Compatibility

  • Supports Vue.js 2.x
  • Supports Vue.js 1.x - visit 1.0 docs
  • Supports SSR
  • Supports Nuxt.js
  • Supports Electron
  • iView does not support IE8 or below since Vue.js uses Object.defineProperty to track changes which is not supported by these browsers.

Community

If you want to contribute or have questions or bugs to report:

Questions: Find other users at the Gitter chat or post on StackOverflow using [iview-ui] tag
Bugs: File a issue here - please provide a example so we can help you better
Contribute: Contact us in Gitter chat, WeChat or via mail to [email protected]. PRs welcome!

Major Contributors

| Name | Avatar | Name | Avatar | Name | Avatar | | -------------------------------------------------------- | -------------------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------------------- | ------------------------------------------- | -------------------------------------------------------------- | | Aresn | | jingsam | | rijn | | | lcx960324 | | GITleonine1989 | | huixisheng | | | Sergio Crisostomo | | lison16 | | Xotic750 | |

Links

License

MIT

Copyright (c) 2016-present, iView