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

square-cursor

v1.0.1

Published

Dynamic square to rombo modern minimalist cursor

Readme

Square Cursor Component

Modern and minimalistic Custom Cursor for React/Next projects with Tailwind CSS and features smooth animations, customizable inner text and Difference blend to ensure visibility over any element

Installation

Using npm

$ npm install square-cursor

States

The cursor currently have 3 states which are: static, hover and text; each one visually different

Static

Cursor will remain static unless it hovers target elements, in this state it looks like a small 3x3 square

Hover

Cursor will enter it's hover state when hovering over a selected element, in this state it performs a smoothly increase of size and a rotation

Text

Cursor will enter it's text state when hovering over a selected element with a text attibute, in this state it performs a smoothly increase of size and a rotation and displays a centered text

Select Elements

In order to easily select elements or custom components the custom cursor trigger relays on two custom attributes hoverable and hover-text

Please note that currently commonly interactive elements such as button, input or a are not listed by default to grant a better grade of customization to the user, an extra feature to keep them included but give user the choice to exclude all or certain ones is under development

  • hoverable [boolean]

hoverable is a boolean attribute that works as a control to trigger the changes on cursor, it can be placed in any tag or component and will force cursor onto the hover state when is hovered

<div class="clas-example" hoverable/> or <CustomComponent hoverable/>
  • hover-text [string]

hover-text is a string attribute and determines when the cursor must enter its ext state and also provides the text to be displayed

<div class="clas-example" hover-text="Example"/> or <CustomComponent hover-text="Example"/>

For this early release the cursor size does not adapt to inner text in order to keep the aspect ratio preserved, it's not something planned to change as the idea of inner text is displaying short and clear indications of what will happen if a user press that element

Support

Tested in Chrome 128, Firefox 130, Edge 128 & Safari 17