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

snowbox-ui

v0.2.29

Published

universal UI system

Downloads

19

Readme

SnowBox 雪球 RN / H5 同构组件库

RN / H5 同构

一套代码 iOS / Android / H5 三端运行。提升雪球客户端的动态化,并能直接把功能同步出微信 H5。

定制化的 styled system

对 styled system 进行了最简化的雪球定制实现,样式代码量大幅降低,试过就再也不想写 css。

改善 RN 开发体验

将 RN 开发门槛从客户端降低为 web 开发,可在浏览器通过 web 调试方式进行业务逻辑开发和接口联调等,无需启动模拟器或连接真机。

在线文档

外网 https://snowbox.js.org

内网 http://f2e.snowballfinance.io/snowbox/

使用例子

日间组件列表 https://xueqiu.com/rn/snowbox

夜间组件列表 https://xueqiu.com/rn/snowbox?theme=night

业务页面例子 https://xueqiu.com/rn

在线沙盒

Edit snowbox-cra

https://codesandbox.io/s/snowbox-cra-4772o1?file=/src/App.tsx&resolutionWidth=375&resolutionHeight=675

安装

使用 pnpm 安装 https://www.pnpm.cn/

pnpm i

启动命令

pnpm dev :

React CRA 项目 和 snowbox 的 联合开发调试。两个项目改动都会触发热更新。

访问 http://localhost:3000

pnpm doc :

文档网站调试

访问 http://localhost:8000