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

lu-design

v1.0.0

Published

Lu Design - 高端企业级设计系统,提供清晰独特的组件库

Downloads

103

Readme

Lu Design

version license


✨ 特性

  • 🎨 高端视觉 - 深海蓝 + 珊瑚橙配色,玻璃拟态 + 多层阴影,现代感十足
  • 📚 完整组件 - Button、Table、Input、Modal、Badge 等企业级组件
  • 🎯 TypeScript - 严格类型定义,开发体验一流
  • 🎡 流畅动画 - 基于 Framer Motion,微交互细节拉满
  • 🌙 暗黑模式 - 内置 Light/Dark 模式切换
  • 📦 按需引入 - 支持 Tree Shaking,打包体积最小化

🚀 快速开始

安装

npm install lu-design
# 或
pnpm add lu-design
# 或
yarn add lu-design

使用

import { Button, Table, Input } from 'lu-design';
import 'lu-design/dist/style.css';

function App() {
  return (
    <div>
      <Button variant="primary">开始使用</Button>
      <Input placeholder="输入内容" allowClear />
    </div>
  );
}

🎨 设计理念

Lucid - 清晰

  • 高对比度的色彩体系,确保信息层级清晰
  • 舒适的行高与留白,营造空气感
  • 一致的交互反馈,降低认知成本

Unique - 独特

  • 深海蓝 (#2B5CFF) + 珊瑚橙 (#FF7A59) 的高端配色
  • 玻璃拟态 + 多层阴影的现代视觉
  • 流畅的动画与微交互设计

📚 文档

访问 Lu Design 官网 查看完整文档。


🛠️ 技术栈

  • React 19
  • TypeScript 5.9
  • Vite 7
  • Tailwind CSS v4
  • Framer Motion 12
  • Lucide React

📝 开发

# 安装依赖
npm install

# 启动开发服务器
npm run dev

# 构建生产版本
npm run build

# 代码检查
npm run lint

🤝 贡献

欢迎提交 Issue 和 Pull Request!


📄 许可证

MIT License