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

dorado-vue-ui

v1.6.7

Published

[![npm version](https://img.shields.io/npm/v/dorado-vue-ui)](https://www.npmjs.com/package/dorado-vue-ui) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Vue 3](https://img.shields.io/badge/Vue-

Readme

Dorado Vue UI 🦅

npm version License: MIT Vue 3

一套基于 Vue 3 的企业级 UI 组件库,提供优雅的交互体验和高度可定制性。

组件示例

✨ 特性

  • 30+ 高质量组件 - 覆盖常见业务场景
  • 现代化设计 - 支持暗黑/明亮主题
  • 轻量高效 - 基于 Vite 构建,Tree-shaking 支持
  • 类型友好 - 完善的 TypeScript 类型定义
  • 响应式设计 - 完美适配移动端与桌面端

📦 安装

bash npm install dorado-vue-ui @tabler/icons-vue @vueuse/core

🔨 快速使用

javascript // main.js import { createApp } from 'vue' import DorUI from 'dorado-vue-ui' import 'dorado-vue-ui/style.css'
const app = createApp(App)
app.use(DorUI)

🎨 组件示例

对话框组件


<template>
  <DorDialog v-model:visible="showDialog" title="提示" @submit="handleSubmit">
    这里是对话框内容
  </DorDialog>
</template>

抽屉组件


<template>
  <DorDrawer v-model:visible="showDrawer" title="侧边导航" @close="handleClose">
    <!-- 抽屉内容 -->
  </DorDrawer>
</template>

📚 组件列表

| 基础组件 | 交互组件 | 数据展示 | |----------|---------|-------------| | Button | Dialog | Table | | Input | Drawer | Detail | | Select | Toast | Card | | Checkbox | Confirm | Pagination | | Radio | Loader | Breadcrumbs |

完整组件列表参见 组件文档

🛠 开发指南

# 克隆项目
git clone https://github.com/your-username/dorado-vue-ui.git
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建生产版本
npm run build

🤝 贡献指南

欢迎通过 Issue 或 PR 参与贡献,请确保遵循以下规范:

  1. 使用 Conventional Commits 格式提交
  2. 新组件需包含对应单元测试
  3. 保持组件API设计一致性

📄 License

MIT © Jack

亮点说明: 添加了项目徽章增强专业性 采用模块化展示组件特性 包含即用型代码示例 明确开发工作流指引 响应式表格展示组件分类 暗黑模式支持作为特色功能强调 可根据实际需求补充以下内容: 在线演示链接 组件API详细文档链接 主题定制指南 国际化支持说明 浏览器兼容性列表