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

v3-yl-ui

v0.0.13

Published

<!-- * @Description: * @version: 0.0.1 * @Author: yulinZ * @LastEditTime: 2023-06-15 17:12:38 -->

Downloads

15

Readme

Vue 3 UI

vue3 ui library

文档地址

blogyl.xyz/zui

项目地址

https://github.com/xxxxxii/zui

本人联系方式

QQ 1504335501 欢迎各位朋友共同维护

use

// 安装
npm i v3-zy-ui


// 使用
import ZUI form "v3-zy-ui"
// 引入组件样式文件
import "../node_modules/v3-yl-ui/dist/style.css";
app.use(ZUI)
or
import {zButton} form "v3-zy-ui"

更新日志

v0.0.4 2023-4-20

  1. form 表单组件 发布
  2. 多选组件 checkbox 发布

v0.0.5 2023-4-21

  1. form 表单组件 restForm 功能新增
  2. radio 单选组件 发布

v0.0.6 2023-4-26

  1. Select V2 版本发布,下版本 v1 将被 废弃
  2. popover 提示组件 发布

v0.0.7 2023-4-27

  1. menu v2 基础架构搭建 发布,采用 slot 方式开发更加灵活

v0.0.8 2023-4-30

  1. menu v2 功能完善,收缩 bug 修复
  2. 移除 Select V1

2023-5-7

  1. 添加骨架屏指令 skeleton,skeleton-item

v0.0.9 2023-5-10

  1. dialog 组件发布
  2. drawer 组件发布
  3. drag 拖拽指令开发

v0.0.11 2023-6-1

  1. text 组件发布
  2. date 日期选择组件发布
  3. 添加 switch 动画
  4. 优化 popover 组件显示动画失效问题(包括基于此组件开发的其他组件)
  5. 添加全局组件配置 globaConfig

v0.0.11 2023-6-1

  1. fix datePicker 选择 date 点击 ok 不关闭 bug
  2. 添加 globalConfig 控制 datePicker 主题色
  3. 组件库添加 基础 font-family:
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
  "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
  sans-serif;

v0.0.11 2023-6-2

  1. fix navMenu 侧边模式下 hover 触发状态下点击还能控制的 bug,active 变化时为更新 bug
  2. fix dialog 可见时 页面还能滚动
  3. 更新 datePicker 组件跟随 全局控制
  4. input,select 样式调整

v0.0.11 2023-6-6

  1. add:radio 组件的 size 属性支持
  2. add:checkbox 组件的 size 属性支持
  3. fix:若干样式问题和 bug

v0.0.11 2023-6-8

  1. add: slider 组件
  2. fix: slider 组件功能 bug
  3. edit: popover 组件样式

v0.0.11 2023-6-14

  1. 完成 tabs 组件基础功能开发
  2. fix:select dropdown style bug

v0.0.11 2023-6-15

  1. edit:select 多选 tag 样式
  2. add: tabs 组件 shou type
  3. add: tabs 组件 的排列位置 tabPosition

v0.0.12 2023-3-29

  1. fix:menu hover bug
  2. fix:init open item bug

v0.0.13 2024-7-11

  1. 因menu 组件问题,暂时停用该组件