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

icecoke-summary

v1.3.5

Published

fd component

Downloads

83

Readme

本项目为通用组件和前端开发业务汇总

文章调用

document、body:style传值规范

  • 小程序请传rpx,750设计稿
  • h5请传rem,375设计稿
<TopicArticle
    onClick={onClick}
    data={{
    document: {
        style: {
        padding: "40rpx 40rpx 48rpx",
        background: "#F5F5F5"
        }
    },
    body: {
        style: {
        background: "#FFFFFF",
        borderRadius: "8rpx",
        overflow: "hidden"
        }
    },
    content: [
        { id: "JXi_q9w6p", type: "BIG_TITILE", content: "大标题" },
        { id: "gpTcqs15o", type: "SOLID_BORDER" },
        { id: "6Kz65aJ6L", type: "SMALL_TITLE", content: "小标题" },
        { id: "E2lyiL85S", type: "BIG_TEXT", content: "大文本" },
        { id: "Zy5yGPyP-", type: "DASHED_BORDER" },
        { id: "A2W-W7fG5", type: "SMALL_TEXT", content: "小文本" },
        {
        id: "bvp5TxO3o",
        type: "IMAGE",
        content:
            "https://icecoke-image.xiaobaihealth.com/img/210507184526445fddbc7743c89.jpg"
        },
        {
        id: "hj-h97fQA",
        type: "LINK",
        content: {
            id: "571718460950708264",
            name: "葡萄糖解决方案",
            url: ""
        }
        },
        { id: "v87R_3Zn5", type: "SPACING", content: "100" },
        {
        id: "D5p_ktAj1",
        type: "OL_LIST",
        content: [{ content: "列表1" }, { content: "列表2" }]
        },
        {
        id: "lL8-zPFLY",
        type: "CARD_LIST",
        content: [
            {
            url:
                "https://icecoke-image.xiaobaihealth.com/img/2105071846124125fddbc7743c89.jpg",
            name: "商品1",
            detail: "商品1"
            },
            {
            url:
                "https://icecoke-image.xiaobaihealth.com/img/2105071846218125fddbc7743c89.jpg",
            name: "商品2",
            detail: "商品2"
            },
            {
            url:
                "https://icecoke-image.xiaobaihealth.com/img/2105071846299665fddbc7743c89.jpg",
            name: "商品3",
            detail: "商品3"
            },
            {
            url:
                "https://icecoke-image.xiaobaihealth.com/img/210507184633545fddbc7743c89.jpg",
            name: "商品4",
            detail: "商品4"
            },
            {
            url:
                "https://icecoke-image.xiaobaihealth.com/img/2105071846391135fddbc7743c89.jpg",
            name: "商品5",
            detail: "商品5"
            }
        ]
        }
    ]
    }}
/>