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-banner

v1.1.1

Published

banner 组件

Downloads

2

Readme

banner列表组件

变更日志

v1.0.0

  • 组件初始化

基本调用

 <hanzo-action-list></hanzo-icon>

参数 props

| 序号 | 参数 | 说明 | 类型 | 可选值 | 默认值 | 是否可空 | 版本号 | | :-- | :------- | :---- | :----: | :---- | :----: | :----: | :----: | | 1 |bannerList | banner列表 | Array | - | [] | - | 1.0.0 | | 2 | zid | 呈现的页面 | Array | 商城端小程序(首页) 2、商城端小程序(分类页) 3、商城端小程序(个人中心) 7、门店端小程序(首页) | - | - | 1.0.0 | | 3 | areaId | 区域ID | number | - | 1 | - | 1.0.0 | | 4 | storeId | 门店ID | number | - | 4 | - | 1.0.0 | | 5 |storeAddress| 门店详细地址 | Boolean | - | - | - | 1.0.0 | | 6 | bodyStyle | body样式 | Boolean | - | padding: 20rpx | - | 1.0.0 | | 7 | width | 图片宽度 | string | - | - | - | 1.0.0 | | 8 | height | 图片高度 | string | - | - | - | 1.1.1 | | 9 | dataSource| 数据来源 | string | component:组件内部(ajax获取); page: 页面传入 | - | - | 1.1.1 |

    /**
     * 区域ID
     */
    areaId: Number,
    /**
     * 门店ID
     */
    storeId: Number,
    /**
     * 门店详细地址
     */
    storeAddress: String,
    /**
     * body样式
     */
    bodyStyle: { type: String, value: "" },
    /**
     * 图片宽度
     */
    width: { type: String, value: "100%" },
    /**
     * 图片高度
     */
    height: { type: String, value: "200rpx" },
    /**
     * 数据来源:
     * component:组件内部(通过ajax调取服务端数据)
     * page: 页面传入
     */
    dataSource: { type: String, value: "component" }

自定义事件 event

| 序号 | 事件名 | 参数 | 说明 | 备注 | 版本号 | | :--- | :------------- |:------------- | :-------- | :-- | :------ | | 1 | banner-tap | {  // banner项详情  "bannerDetails": {}} | 单击事件 | - | 1.0.0 |

插槽 slot

| 名称 | 说明 | 备注 | | ------------- |:-------------:| :--------------------|

相关演示