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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cyberpunk-ui

v1.0.46

Published

cyberpunk-ui,cyberpunk,cyberpunkUI

Readme

CyberPunk UI 🚀

🌟 探索未来世界的界面设计 🌆


📝 介绍

欢迎来到CyberPunk Vue组件库,这是一套专为Vue.js应用设计的、充满未来感与科技风的UI组件集合。我们致力于提供既美观又实用的组件,帮助开发者轻松构建具有赛博朋克风格的用户界面。

✨ 特性

  • 🔧 丰富的组件选择:从按钮到按钮、文字、表格,从模态框到进度条,我们提供了多种组件以满足不同场景的需求。
  • 🎨 高度可定制:每个组件都支持颜色、大小和样式自定义,确保与您的设计完美融合。
  • 📱 响应式设计:所有组件均采用响应式布局,确保在各种设备上都能提供优秀的用户体验。
  • 💻 易于集成:只需几行代码即可将我们的组件集成到您的Vue项目中。
  • 📊 数据可视化:提供丰富的图表组件,助您轻松创建动态、交互式的图表。

🚀 快速开始

📦 安装

通过npm或yarn安装本组件库:

npm install cyberpunk-ui
# 或者
yarn add cyberpunk-ui

🛠️ 使用

在您的Vue项目中导入所需的组件:

//main.ts
import { createApp } from 'vue'
import App from './App.vue'
import CyberpunkUi from 'cyberpunk-ui'
import "cyberpunk-ui/lib/style.css";
const app = createApp(App)
app.use(CyberpunkUi)
app.mount('#app')

然后在模板中使用这些组件:

<template>
  <div>
    <cp-button>点击我</cp-button>
    <cp-card>
      <h2 slot="header">卡片标题</h2>
      <p>卡片内容...</p>
    </cp-card>
  </div>
</template>

📚 文档

详细的组件文档和示例,请访问我们的官方网站在线文档

📊 仓库

GitHub仓库:GitHub仓库

🤝 贡献

我们欢迎社区的贡献!如果您有任何改进建议或发现bug,请提交issue或直接创建pull request。

📄 许可证

本项目遵循MIT许可证,详情见LICENSE文件。

🌟 加入我们,一起创造未来!