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

zgg-ui

v2.0.1

Published

2.0.1 正式版本 基于 Vue 3、UniApp 和 TypeScript 开发的多端适配移动端 UI 组件库,旨在提供丰富的组件集合,帮助开发者快速构建多端响应式的移动应用界面

Downloads

1,217

Readme

ZGGUI 📱💡

ZGGUI 是一个基于 Vue 3、UniApp 和 TypeScript 的多端适配移动端 UI 组件库,旨在为移动端应用提供一套简洁、优雅且高效的 UI 解决方案。支持小程序、H5、App 多端使用,帮助开发者快速构建跨平台应用。

✨ 特性

  • 🖥️ 多端适配:支持微信小程序、H5、iOS 和 Android 应用开发。
  • 🚀 高性能:基于 Vue 3 和 UniApp,性能优秀。
  • 🔒 TypeScript 支持:使用 TypeScript 开发,提供完善的类型定义。
  • 🎨 简洁易用:组件设计简洁、易用,支持多种 UI 场景。
  • 🛠️ 灵活定制:提供丰富的主题和样式定制能力。

📦 安装

npm install zgg-ui

⚠️ 注意

在使用过程中,请全局引入以下样式文件,确保组件正常显示样式:

import { createApp } from 'vue'
import 'zgg-ui/styles/ZCG.less' // 全局样式
import 'zgg-ui/styles/ZCGstyle.less' // 自定义样式
import 'zgg-ui/styles/transition.less' // 动画样式

const app = createApp(App)
app.mount('#app')

内置图标文件 zgg-ui/styles/iconfont.css 使用 iconfont 的方式引入,具体用法请查看 Iconfont 官方网站

📚 文档

查看完整文档及使用指南,请访问 ZGGUI 官方网站

💻 源码与贡献

欢迎访问 GitHub 仓库 了解更多细节,并提出问题或贡献代码。