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

xverse-components-pixel-wall

v1.0.3

Published

xverse components pixel-wall

Downloads

12

Readme

API

| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | --------------------------- | --------------------- | ------------------------------ | ---------- | -------- | ---- | --- | | toastProps | IToastProps | 提示信息 Props | - | false | - | | modalProps | IModalProps | 弹框配置项 | - | false | - | | exitButtonProps | IButtonProps | 退出按钮 | - | true | - | | floatInputProps | IFloatInputProps | 内容输入组件 | - | false | - | | shineButtonProps | IButtonProps | 点亮 | - | true | - | | lookButtonProps | IButtonProps | 查看 | - | false | - | | continueShineButtonProps | IButtonProps | 继续点亮 | - | false | - | | numberContainerProps | IContainerProps | 当前编号 container | - | true | - | | commentTopImgContainerProps | IContainerProps | 输入框顶部 container | - | true | - | | commentContainerProps | IContainerProps | 输入框内容 container | - | true | - | | containerProps | IContainerProps | 输入框整体 container | - | true | - | | commentNumberContainerProps | IContainerProps | 输入框编号 container | - | true | - | | commentAvatarContainerProps | IContainerProps | 输入框留言人 container | - | true | - | | width | number | 像素墙宽度 | 8 | true | - | | height | number | 像素墙高度 | 8 | true | - | | className | string | 像素墙 Class | - | false | - | | mode | 'normal' | 'simple' | 像素墙类型 | simple | true | - | | litNumLimit | number | 单人留言限制数 | 1 | true | - | | maxCommentFontNum | number | 留言字数限制 | 32 | true | - | | avatarURL | string | avatar 头像 | - | true | - | | scene | string | 二维码 scene | - | false | - | | wxAppID | string | 微信小程序 AppID | - | true | - | | pixelWallImg | string | 像素墙内容图片 | - | false | - | | panelBackgroundImg | string | 像素墙背景图片 | - | false | - | | lookMyMessageColor | string | 查看我的留言字体颜色 | #ffeeb4 | false | - | | pixelTitleImg | string | 像素墙输入框上方图片 | - | false | - | | commentBackgroundImg | string | 像素墙输入框背景图 | - | false | - | | pixelSharePoster | string | 像素墙分享背景图 | - | false | - | | onUpDataCallback | (img: string) => void | 像素墙刷新墙面点亮信息后的回调 | - | true | - | | pixelWallWidth | number | 像素墙展示框宽度 | 240 | true | - | | pixelWallHeight | number | 像素墙展示框高度 | 240 | true | - | | pixelWallStyle | CSSProperties | 像素墙展示框 css | - | true | - |