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 🙏

© 2025 – Pkg Stats / Ryan Hefner

halo-ui

v0.1.5

Published

Halo Ui - A Vue.js 3.0 UI library

Downloads

21

Readme

HALO UI

Halo Ui - A Vue.js 3.0 UI library

Anurag's github stats

这是自己在业余时间搭建的组件库玩具,样式比较简陋,可能不和你的胃口,这个组件库是自己学习过程中的一个产物,希望以后能够成为一个优秀的开源库的作者,期待你给予的建议。

文档

文档地址1

文档地址2

使用

npm install halo-ui or yarn add halo-ui

import "halo-ui/dist/halo-ui.css";
import HaloUi from "halo-ui";

createApp(App).use(HaloUi).mount("#app");

引入组件库后会在页面上加上一个光晕的效果如果需要自定义大小,那么你可以这么做。

window.haloRadius = 120;
import "halo-ui/dist/halo-ui.css";
import HaloUi from "halo-ui";

createApp(App).use(HaloUi).mount("#app");

如果你觉得写的还可以的话,期待你给我一个star!如果觉得写的不好的话,也希望给我一点建议!谢谢!!!😁