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 🙏

© 2024 – Pkg Stats / Ryan Hefner

hz-vue3-ui

v1.0.20

Published

hz-vue3-ui 是恒正集体 vue3 组件 ui 库

Downloads

4

Readme

hz-vue3-ui

介绍 📖

hz-vue3-ui 是恒正集体 vue3 组件 ui 库

使用方法 📚

import { xxx } from "hz-vue3-ui";

组件功能 🔨

Card

是一个卡片组件,主要用来放置最外层的卡片内容。

  • Props: type 卡片类型 default | tabs | content 类型: String title 卡片标题:如:'xxx' 类型: String height 卡片高度:如:'100px' 类型: String tabsList 卡片 tabs 列表:如:[{label:'xxx',name:'xxx'}] 类型: Array 只有类型为 tabs 需要 other 其他内容:如:'xxx' 类型: String

  • Events: other 属性值改变时触发 类型: Function(index) changeTab 选中 tabs 时触发 类型: Function(index)

  • slot — 默认插槽

DescriptionCard

是一个描述卡片组件,主要用来放置描述内容。

  • Props: title 卡片标题:如:'xxx' 类型: String backgroundImg 卡片背景图片 :如:'xxx' 类型: String icon 图标:如:'xxx' 类型: String

  • Events: click 卡片点击事件 类型: Function

Detonation

是一个开放性卡片组件,主要用来放置开放性内容,如登入提示,日报周报跳转等。

  • Props: backgroundImg 卡片背景图片 :如:'xxx' 类型: String
  • slot head 头部插槽 middle 中间插槽 operate 底部操作插槽

ListCard

是一个列表卡片组件,主要用来放置列表内容。

  • Props: data 卡片数据:如:[{title:'标题',subTitle:'副标题',date:"日期"}] 类型: Array
  • slot header 头部插槽 footer 尾部插槽

Statistics

是一个统计卡片组件,主要用来放置统计内容。

  • Props: title 卡片标题:如:'xxx' 类型: String image 卡片图片:如:'xxx' 类型: String num 卡片数字:如:'xxx' 类型: String

安装使用步骤 📔

  • Install:
npm install hz-vue3-ui

浏览器支持 🌎

  • 本地开发推荐使用 Chrome 最新版浏览器 Download
  • 生产环境支持现代浏览器,不再支持 IE 浏览器,更多浏览器可以查看 Can I Use Es Module