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

@bytedo/wcui

v1.0.12

Published

基于wc开发的一套UI库, 面向未来, 面向electron

Downloads

16

Readme

wcui

wcUI 组件库

wcUI组件库是基于Web Components开发的一套高效,轻量,可定制的现代化组件库。

2.x版进行了大量重构, 专门适配支持 type=module的浏览器(着重于electron/node-webkit)。移除了原先对低版本浏览器的兼容代码, 更加高效。

亮点

  • 简洁, 没有过多的动画, 结构尽最大的能力做到扁平
  • 没有过多的API, 零配置也能美观
  • 恰到好处的样式穿透, 更契合有特殊需求的你
  • 基于WC, 很好的跑在vue/react/angular/anot/jquery/native js项目上...

开发进度&计划

  • [x] 头像组件(wc-avatar)
  • [x] 徽标组件(wc-badge)
  • [x] codemirror插件(第三方插件,整合适配)
  • [ ] 倒计时组件(wc-counter)
  • [x] 拖拽指令(drag.core, 通用性插件)
  • [x] 拖拽指令插件(:drag, anot.js专用)
  • [x] 表单组件-按钮(wc-button)
  • [x] 表单组件-复选框(wc-checkbox)
  • [x] 表单组件-文本输入框(wc-input)
  • [x] 表单组件-步进数字输入(wc-number)
  • [x] 表单组件-评分(wc-star)
  • [x] 表单组件-单选框(wc-radio)
  • [x] 表单组件-下拉选择(wc-select)
  • [ ] 表单组件-多级联动(wc-cascadar)
  • [x] 表单组件-开关(wc-switch)
  • [x] 图标组件(wc-icon)
  • [x] 弹层插件(layerwc-layer)
  • [x] markdown组件(wc-markd)
  • [x] md5(md5)
  • [x] crypto(crypto)
  • [ ] md文本编辑器(wc-meditor) 待重构...
  • [x] 富文本编辑器(wc-neditor)
  • [x] 分页组件(wc-pager)
  • [ ] 颜色选择器(wc-colorpicker)
  • [x] 日期选择器(wc-datepicker)
  • [ ] 时间选择器(wc-timepicker)
  • [x] 代码高亮插件(wc-code)
  • [ ] 网络请求插件(request) 待重构...
  • [ ] 路由插件(router) 待重构...
  • [x] 滚动组件(wc-scroll)
  • [ ] 滑块组件(wc-silder)
  • [x] 进度条组件(wc-progress)
  • [x] 数据管理插件(store)
  • [ ] 树形菜单组件(wc-tree) 待重构...
  • [ ] 上传组件(wc-uploader) 待重构...

开发环境及生产环境

# 开发环境, 仅编译,不压缩
npm start

# 生产环境, 编译且压缩
npm run prod