1.0.5 • Published 6 years ago

wechat-loading v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

wechat-loading

Build Status npm npm npm npm

Overview

A loading similar to WeChat loading

DEMO

Install

Install wechat-loading

npm install wechat-loading

Import wechat-loading

// ES6
import wechatLoading from 'wechat-loading';

// commonjs
var wechatLoading = require("wechat-loading");

<script src="dist/wechatLoading.js"></script>

Usage

//default
wechatLoading.show();

//change loading text content
wechatLoading.show(tip);

wechatLoading.hide();

options

OptionDescriptiondefaulttypeacceptable values
tiploading text content数据加载中String-

LICENSE

MIT@chenyinkai

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago