Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Licoy/wepy-com-loadings

:bulb: 基于wepy开发的微信小程序loading加载动画组件,10种Loading动画任你选择~
https://github.com/Licoy/wepy-com-loadings

wechat-app wepy

Last synced: 3 months ago
JSON representation

:bulb: 基于wepy开发的微信小程序loading加载动画组件,10种Loading动画任你选择~

Awesome Lists containing this project

README

        

# 微信小程序Loading加载动画组件`wepy-com-loadings`
基于Wepy开发的微信小程序loading加载动画组件

# 说明
## 安装
```
npm i wepy-com-loadings
```
## 使用
```javascript




import wepy from 'wepy'
import Loadings from "wepy-com-loadings"
export default class Index extends wepy.page {
components = {
Loadings1:Loadings,
Loadings2:Loadings
}
}
```

## 属性值
属性 | 默认值 | 类型 | 必填 | 说明
---|---|---|---|---
type | 1 | String | 否 | 1-10个loading动画ID依次类推

## 展示
![image](https://github.com/Licoy/wepy-com-loadings/blob/master/example/show.gif?raw=true)