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

nbugs-mobile-title-bar

v1.0.13

Published

## 说明

Downloads

6

Readme

标题栏

说明

产品认为这个标题栏接下去会出现的频繁,而且可能会随着场景的多样化,出现各种各样的扩展功能,所以决定先将这个组件写出来,后期有需要迭代的功能直接在此组件上迭代

参数列表

| 参数 | 说明 | 类型 | 默认值 | | :-----------: | :----------------------------------------: | :-----: | :------------: | | className | 选填:类名 | String | | showBackbtn | 选填: 是否显示返回按钮 | Boolean | false | | backUrl | 选填: 返回地址 | String | 默认返回上一页 | | title | 选填: 标题 | String | '' | | titleMaxWidth | 选填: 标题最大长度,超出长度限制显示省略号 | Number | 120 | | theme | 选填: 主题配置 | Object |

theme

| 参数 | 说明 | 类型 | 默认值 | | :-------------: | :---------------------------: | :----: | :-------: | | backgroundColor | 选填: 背景色 | String | '#1785EC' | | color | 选填: 标题颜色以及图标的颜色 | String | '#fff' |

版本:v1

功能

  1. 标题,默认页面标题,可传入标题
  2. 返回功能:
    • 是否显示返回按钮
    • 默认返回上一页
    • 可返回传入地址
  3. 主题色配置(方案已确定,使用 css 变量的方式实现):
    • 字体颜色和图片颜色配置
    • 背景色配置
  4. 需要跟产品确认下 标题过长的情况下如何显示
    • 默认最长 8 个字,超过限制显示...,
    • 长度限制可以配置

文档

开发人员

  • 前端: 刘杰

更新记录

工程结构、开发流程、注意事项:

https://nbugs.yuque.com/front-end/components/project-readme