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

wj-loading

v0.0.3

Published

开箱即用的loading组件

Downloads

371

Readme

wj-loading

开箱即用的loading组件~~~演示

安装

  • npm install wj-loading
  • yarn add wj-loading

示例

HTML


<div id='loading'></div>

JS

import Loading from 'wj-loading'

new Loading.TextLoading({
  element: '#loading',
  background: 'rgba(255, 255, 255, .8)',
  immediate: true
})

参数

公用参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----------:|:------------------:|:--:|:-----------------------:|:------------------------------------------:| | element | document.body | 否 | string/HTMLElement/null | 容器节点(若为string,则使用document.querySelector查找) | | immediate | false | 否 | boolean | 立即执行 | | interval | - | 否 | number | 执行时间(毫秒) | | background | rgba(0, 0, 0, 0.2) | 否 | string | 背景 | | zIndex | 2000 | 否 | number | z-index | | afterRemove | - | 否 | () => void | 移除后回调 |

BounceLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----:|:--:|:-------------:|:--:| | color | #333 | 否 | string/number | 颜色 | | size | 20px | 否 | string | 尺寸 |

CircleLoaderLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:-------:|:--:|:-------------:|:--:| | color | #F44336 | 否 | string/number | 颜色 |

CmSpinnerLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:---------------------------------:|:--:|:----------------------:|:--:| | color | ['#F15E41', '#BAD375', '#26A9E0'] | 否 | 长度为3的数组(string/number) | 颜色 | | size | 100px | 否 | string | 尺寸 |

CubesLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----:|:--:|:-------------:|:--:| | color | #333 | 否 | string/number | 颜色 | | size | 20px | 否 | string | 尺寸 |

MeshLoaderLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:-------:|:--:|:-------------:|:--:| | color | #F44336 | 否 | string/number | 颜色 |

SquareLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----------:|:-----------------------:|:--:|:-------------:|:-----------------------------:| | text | Loading... | 否 | string | 文字 | | textVisible | 3 | 否 | 1/2/3 | 1: 始终显示 2:始终不显示 3:若一行不能显示则不显示 | | fontColor | rgba(128, 128, 128, .9) | 否 | string/number | 文字颜色 | | maxSize | 容器宽高最小值的四分之一 | 否 | number | 最大尺寸 |

TextLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----------:|:--:|:-------------:|:--:| | text | Loading... | 否 | string | 文字 | | color | #333 | 否 | string/number | 颜色 | | size | 16px | 否 | number | 尺寸 |

TripleSpinnerLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:---------------------------------:|:--:|:----------------------:|:--:| | color | ['#FF5722', '#FF9800', '#FFC107'] | 否 | 长度为3的数组(string/number) | 颜色 | | size | 100px | 否 | number | 尺寸 |

DotJumpLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----------------:|:--:|:----------------------:|:--:| | color | ['#000', '#000'] | 否 | 长度为2的数组(string/number) | 颜色 |

JellyLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-------------:|:----:|:--:|:-------------:|:-----:| | color | #fff | 否 | string/number | 颜色 | | shadowColor | #000 | 否 | string/number | 阴影颜色 | | shadowOpacity | 0.1 | 否 | number | 阴影透明度 |

WaveLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----:|:--:|:-------------:|:--:| | color | #000 | 否 | string/number | 颜色 |

DotExpandLoading 参数

| 参数名 | 默认值 | 必须 | 数据类型 | 描述 | |:-----:|:----:|:--:|:-------------:|:--:| | color | #000 | 否 | string/number | 颜色 |

方法

公用方法

| 方法名 | 必须 | 参数 | 描述 | |:-----------------:|:----------:|:------------------:|:--:| | loading(interval) | interval:否 | interval:执行时时间(毫秒) | 执行 | | remove | - | - | 移除 |