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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zebra-projects/zebra-ui

v1.4.1

Published

zebra-ui组件,包含主题、布局全局组件。

Downloads

1

Readme

zebra-ui 组件

介绍

zebra-ui组件,包含主题、布局全局组件。

该项目基于VUE开发,是一个企业中框架级UI组件。

功能

  • 使用 vue-cli3 构建
  • 多款主题
  • 多款布局模式
  • 登录功能(已支持company微服务架构)
  • 系统管理(已支持用户、角色、菜单、应用管理)
  • 模拟数据(前端可先独立开发,无需后台服务)
  • 分离的路由和菜单设置(可前台配置或使用后台服务提供的菜单)
  • 可折叠侧边栏
  • 富文本编辑器(目前支持CK-Editor4)
  • 一站式文档介绍
  • 增删改页面示例封装
  • 全屏
  • Fontawesome 图标库
  • 时间日期计算工具(/momentjs)
  • 开箱即用的页面布局组件
  • 公用样式抽离,方便的主题定制
  • 面包屑
  • 首屏加载等待动画
  • 支持临时菜单配置
  • 多标签页模式(部分布局模式支持)
  • 美化滚动条(如侧边栏菜单)
  • cookie 封装
  • 多标签页全局控制 API
  • 菜单全局控制 API
  • 多标签页关闭控制支持右键菜单
  • 全局状态管理(VUEX)
  • 支持菜单 svg 图标
  • ...

版本历史

1.3.0

  • 增加若干主题
  • 增加“WLW”定制布局,布局编号为5

1.2.0

  • 大屏页入口增加开关和路径设置;
  • 经典布局组件化处理;
  • 布局组件动态化处理;
  • 支持通过url参数,设置对应主题(演示用);
  • ZebraHeaderUser组件增加修改密码入口(可配置isHeaderUpdatePwd);
  • 自动布局完善并组件化处理;
  • 所有布局均增加大屏页入口;
  • 系统管理功能更新(与系统管理组件模块一致);
  • 修改mixin工具的一处bug;
  • tab标签页中,提示key重复问题修复(^_^);