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

mescroll-nb

v1.0.1

Published

精致的下拉刷新和上拉加载 js框架.支持vue,完美运行于移动端和主流PC浏览器 ( a great JS framework for pull-refresh and pull-up-loading )

Downloads

7

Readme

mescroll

mescroll -- 精致的下拉刷新和上拉加载js框架 (JS framework for pull-refresh and pull-up-loading)

http://www.mescroll.com

  1. 主流APP案例, 丰富经典, 随心定制, 轻松拓展
  2. 自由灵活的api, 超详细的注释, 可让您快速自定义真正属于自己的下拉上拉组件

功能亮点 :

  1. 自动判断和提示列表无任何数据或无更多数据
  2. 无需手动判断处理列表的页码,时间等变量
  3. 支持监听列表滚动事件,可平滑滚动到任何位置
  4. 一个界面可支持多个实例对象,互不干扰
  5. 可临时锁定下拉刷新和上拉加载
  6. 支持图片懒加载,可配置各种占位图与显示动画,上手超简单

mescroll.js :

  1. mescroll.js是原生js写的下拉刷新和上拉加载. 支持vue, 不依赖jquery, zepto
  2. 一套代码多端运行. 完美支持android, iOS, 各手机浏览器, 兼容PC主流浏览器
  3. 快速入门, 经典案例, 接口文档, 请移步至官网 http://www.mescroll.com/api.html
  4. mescroll的vue版本已整理, 但react和angular版本还没有, 期待哪位好心的神仙能pull requests~

mescroll-uni :

  1. mescroll-uni 是用在uni-app的下拉刷新和上拉加载的组件
  2. 支持一套代码编译到iOS、Android、H5、小程序等多个平台
  3. 采用uni官方推荐的自定义组件模式, 实现了更高性能及更多Vue语法支持
  4. 继承了mescroll.js的实用功能: 自动处理分页, 自动控制无数据, 空布局提示, 回到顶部按钮 ..
  5. 快速入门, 经典案例, 接口文档, 请移步至官网 http://www.mescroll.com/uni.html