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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@talizen/talizen-sections

v0.1.2

Published

Talizen landing sections as a shadcn-compatible registry (Hero-first).

Downloads

405

Readme

Talizen Sections

Talizen 营销向 Hero 板块库,导出为符合 shadcn registry 的 JSON,可用官方 CLI 安装到任意已配置 shadcn 的 React 项目。

开发

npm install
npm run dev

构建 Registry 产物

npm run registry:build

说明:

  • 根目录 registry.jsonnpm run registry:generate 自动扫描 registry/talizen/<category>/<name>/ 生成
  • npm run registry:build 会先自动执行 registry:generate,再执行 shadcn build

输出目录:public/r/,含:

  • public/r/registry.json — 全库索引(含各条目元数据)
  • public/r/<name>.json — 单条条目(内联 content,供 shadcn add 使用)

在消费端安装

发布到 npm 并固定包名(当前 package.json 中包名为 @talizen/talizen-sections)。

安装单条 Hero:

npx shadcn@latest add https://unpkg.com/@talizen/talizen-sections@latest/public/r/hero-centered.json

按全库索引添加(取决于你本机 shadcn 版本是否支持 registry 根 URL):

npx shadcn@latest add https://unpkg.com/@talizen/talizen-sections@latest/public/r/registry.json

unpkg 有延迟,可将 latest 换成已发布 semver。

当前条目(MVP)

| name | 说明 | |------|------| | hero-centered | 居中标题 + 双按钮 | | hero-split | 左文右渐变面板 | | hero-gradient | 全宽渐变强对比 | | hero-minimal | 极简单列 | | hero-gradientBlinds | 标题 + 四宫格卖点 |

源码目录:registry/talizen/<category>/<name>/(例如 registry/talizen/hero/hero-globe/)。

许可

MIT