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

jealer-jui

v0.2.4

Published

A lightweight vanilla JavaScript UI plugin library.

Readme

JUI Library 库

A lightweight UI plugin library based on native JavaScript.

一个基于原生JavaScript的轻量级UI插件库。

Features 特性

  • Lightweight with no dependencies (except for build tools)

  • Implemented in native JavaScript, no framework required

  • Supports ES modules and UMD format

  • Easy to use and customize

  • Compatible with modern browsers

  • Supports both unified and standalone packaging

  • 轻量级,无依赖(除了构建工具)

  • 原生JavaScript实现,无需框架

  • 支持ES模块和UMD格式

  • 易于使用和定制

  • 支持现代浏览器

  • 支持统一打包和独立打包

Files 文件

  • jui.module.js: ES module format

  • jui.umd.js: UMD format, all components mounted under the jui object

  • jui.esm.js: ES module format, all components mounted under the jui namespace

  • jui.min.css: CSS file

  • jui.pure.min.css: CSS file without utility classes

  • jui.module.js: ES模块格式

  • jui.umd.js: UMD格式,所有组件挂载在 jui 对象下

  • jui.esm.js: ES模块格式,所有组件挂载在 jui 命名空间下

Document 文档

组件列表

交互组件

  1. modal
  2. toast
  3. offcanvas
  4. drop
  5. tooltip
  6. tabs
  7. accordion
  8. parabola
  9. theme
  10. validator

工具函数

常规工具

  1. uuid
  2. randomId
  3. escapeHtml
  4. isMobile

类型验证

  1. getType
  2. validate
  3. isFunction
  4. isClass

实例管理

  1. singleton
  2. release
  3. destroyAll
  4. manager

简易翻译

  1. t
  2. getLocale
  3. getLang
  4. setLanguages
  5. getLanguages

Cookie

  1. getCookie
  2. setCookie
  3. removeCookie

HTTP

  1. postJson

DOM 操作

  1. copy
  2. newEl
  3. q
  4. getEl
  5. on
  6. off

常量

  1. restUrl

日志

  1. log

其他工具

  1. container
  2. reactive
    • reactive
    • ref
    • effect
    • computed
  3. signal
    • 响应式核心
      • createSignal
      • createMemo
      • createEffect
      • createWatch
    • 调度控制
      • batch
      • untrack
      • flushSync
      • startTransition
    • 生命周期
      • createScope
      • onCleanup
      • onDispose
      • onMount
      • getOwner
    • 响应式对象
      • createStore
      • createDeepStore
    • 异步与悬念
      • createResource
      • createSuspense
    • 错误处理
      • createErrorBoundary
      • catchError
    • DOM 绑定
      • bindText
      • bindAttr
      • bindStyle
      • bindShow
      • bindIf
      • bindList
      • createListKey
      • createCompositeKey