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

loadme

v1.3.0

Published

The most comprehensive loading components.

Readme

loadme💫 The most comprehensive applicable to the loading library on mobile

Build Status npm version Gitter

introduction

loadme Almost is the most comprehensive loading library is suitable for the mobile end style,And also in a continuously updated constantly,And it is also very easy to use,Because it is almost pure CSS 3 code.

document

简体中文文档

the basic use

loadme is very simple,Because it is almost pure CSS 3 code.After loading the loadme.css,you can easily use it.loadme-mask is the mask layer,you can use it selectively,loadme-circular is what you need to load the loading style.

<link rel="stylesheet" type="text/css" href="loadme.css">

DEMO

<div class="loadme-circular"></div>
<div class="loadme-mask"></div>

circular

love loading

<div class="loadmeLove"></div>

love

ios loading

<div class="loadme-ios"></div>

ios

clock loading

<div class="loadme-mask"></div>
<div class="loadmeClock">
    <div class="loadmeClock-body">
        <div class="loadmeClock-pendulum">
            <div class="loadmePendulum-stick"></div>
            <div class="loadmePendulum-body"></div>
        </div>
    </div>
</div>

clock

rotateplane loading

<div class="loadme-rotateplane"></div>
<div class="loadme-mask"></div>

rotateplane

cubeGrid loading

<div class="loadme-cubeGrid"></div>
<div class="loadme-mask"></div>

cubeGrid

circleBounce loading

<div class="loadme-circleBounce"></div>
<div class="loadme-mask"></div>

circleBounce

loadmeRect loading

<div class="loadme-loadmeRect"></div>
<div class="loadme-mask"></div>

loadmeRect

cube loading

<div class="loadme-cube"></div>
<div class="loadme-mask"></div>

cube

scaleout loading

<div class="loadme-scaleout"></div>
<div class="loadme-mask"></div>

scaleout

dot loading

<div class="loadme-dot"></div>
<div class="loadme-mask"></div>

dot

bounced loading

<div class="loadme-bounced"></div>
<div class="loadme-mask"></div>

bounced

circlePoint loading

<div class="loadme-circlePoint"></div>
<div class="loadme-mask"></div>

circlePoint

fadingCircle loading

<div class="loadme-fadingCircle"></div>
<div class="loadme-mask"></div>

fadingCircle

foldingCube loading

<div class="loadme-foldingCube"></div>
<div class="loadme-mask"></div>

foldingCube

extension

License

The MIT License(http://opensource.org/licenses/MIT)

contribution

If you have good ideas or Suggestions,Welcome to our issue or pull request