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

@xsyx/hanzo-menu-card

v0.4.3

Published

### changelog

Downloads

3

Readme

菜单面板组件

changelog

v0.4.2

  • 更改埋点,直接向外扔出回调

v0.4.1

  • 更改埋点

v0.4.0

  • 增加埋点

v0.3.18

  • 调整左滑查看更多样式

v0.3.16

  • search 依赖更新

v0.3.15

  • search 依赖更新

v0.3.14

  • 样式微调

v0.3.13

  • 增加 hasShare 属性,是否显示侧边按钮

v0.3.12

  • item 大小修改
  • 左滑提示样式修改

v0.3.0 - 0.3.11

  • 提示信息修改,分享事件,主题色
  • 添加动画
  • 搜索框事件修改,提示信息条动态变化

v0.1.6

  • 轮播指示器修改

v0.1.3

  • 自适应轮播页面个数

v0.1.1

  • 图片宽高调整

v0.1.0

  • 组件初始化

API

| 参数 | 类型 | 描述 | 默认值 | 版本 | | ---------- | ------- | ---------------- | ------ | ----- | | search | Boolean | 是否有搜索框 | true | 0.1.0 | | width | String | 布局方式 | 710rpx | 0.1.0 | | active | Number | 激活项 | 0 | 0.1.0 | | data | Array | 组件数据渲染 | - | 0.1.0 | | isJump | Boolean | 是否跳页面 | true | 0.1.0 | | size | Stirng | 尺寸 | small | 0.1.0 | | showActive | Boolean | 是否显示选中状态 | false | 0.1.0 | | skeleton | Boolean | 是否占位模式 | false | 0.1.0 | | hasTips | Boolean | 是否显示提示 | true | 0.3.0 | | theme | String | 主题 ,可选 red blue | 'red' | 0.3.0 |

事件

| 事件名 | 描述 | 参数 | 版本 | | -------------- | ---------- | ---- | ----- | | search-focus | 获取焦点 | e | 0.1.0 | | search-blur | 失去焦点 | e | 0.1.0 | | search-confirm | 软键盘提交 | e | 0.1.0 | | menuData | 数据更新 | e | 0.1.0 | | handle-jump | 跳页面 | e | 0.1.0 | | share-click | 分享按钮点击事件 | e | 0.3.0 |