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

adui-mob

v1.0.12

Published

简明、高效,基于 adui 设计语言的小程序组件库

Readme

adui-mob

这个项目是 adui 小程序版本的组件库,沿用与 adui 同一套设计语言,目前只支持小程序原生开发。

开发者文档:https://wxad.design/adui-mob/

扫码体验


本地开发

npm install

npm run dev

整个项目使用 gulp 编译,编译完后将 dist 目录导入开发者开发者工具中,即可看到 demo


使用

npm install adui-mob

adui-mob 目前已经发布到 npm 上了,可以直接使用 npm 包的方式,具体在小程序中如何使用 npm 包,可以参考小程序官方的教程


配套工具

除了组件外,我们还开发了配套的 vscode 插件和用于编译的 gulp 插件,具体如下

  • ad-mob,vscode 插件,这个插件提供了 vscode 中开发时组件的标签补全,props 的提示和补全功能,整个插件的功能实现是参考 minapp 插件的,建议和minapp配套使用,因为其提供了代码高亮和基础组件补全的功能
  • gulp-ad-icon-shaking,这个插件提供了 icon 的 shaking 功能
  • gulp-adui-component,这个插件提供了组价按需打包的功能

注意事项

由于这个组件库是跟着业务一步步迭代出来的,所以在早期的时候部分组件是用开发者直接创建的,后期建设的时候发现这部分组件的名字不符合整个组件库 的规范,所以新增的组件来替代他们,这部分组件会保留,但是不会再更新。

以下组件将会停止更新,请使用其他组件替代: dropdown(可用 select 替换)、halfscreen(可用 sheet 替换)