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

wv-vue3-ui

v0.1.0

Published

WuWei Design System - 无为设计系统 Vue 3 组件库

Readme


设计理念

以中国传统哲学「无为」为精神内核,融合 2026 年设计趋势——液态玻璃、空间感、AI 对话、功能性微动效——构建的现代 Vue 3 UI 组件库。

不泥于古,不惑于今 · 顺应自然,不妄为不强为

特性

  • 🎨 28 个组件 — 覆盖基础、导航、数据展示、反馈、AI 组件
  • 🧬 shadcn-vue 模式 — CVA 变体管理、cn() 类名合并、独立 SFC
  • 🎯 Tailwind CSS 4 — CSS-first 配置,原生 @theme token
  • 无障碍 — Radix Vue 基元驱动复杂交互组件
  • 📦 TypeScript — 完整类型导出
  • 🖌️ WuWei 设计令牌 — 墨色/朱砂/纸张色/深度阴影/玻璃拟态

快速开始

npm install wv-vue3-ui
# or
pnpm add wv-vue3-ui

Tailwind CSS 配置

/* app.css */
@import "tailwindcss";
@import "wv-vue3-ui/style.css";

使用

<script setup lang="ts">
import { WvButton, WvCard, WvInput } from "wv-vue3-ui"
</script>

<template>
  <WvButton variant="primary">开始使用</WvButton>
</template>

组件列表

基础组件

WvButton WvInput WvCard WvGlassCard WvNavbar WvBadge WvTag WvAlert WvAvatar WvProgress

导航组件

WvTabs WvBreadcrumb WvPagination WvDropdown

数据展示

WvTable WvTimeline WvSteps WvAccordion

反馈

WvSkeleton WvEmpty

AI 组件

WvChat WvReasoning

特效

WvSpatialStack WvTextGradient WvDepthLayer

动效

WvMotion WvScrollReveal WvStatusPulse

本地文档

git clone https://github.com/wuwei/wv-vue3-ui.git
cd wv-vue3-ui
pnpm install
pnpm dev

访问 http://localhost:5173 查看组件文档。

License

MIT © wuwei