Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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动画任你选择~
- Host: GitHub
- URL: https://github.com/Licoy/wepy-com-loadings
- Owner: Licoy
- License: mit
- Created: 2018-03-23T06:06:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T07:17:56.000Z (over 6 years ago)
- Last Synced: 2024-07-27T14:34:01.321Z (3 months ago)
- Topics: wechat-app, wepy
- Language: CSS
- Homepage: https://www.npmjs.com/package/wepy-com-loadings
- Size: 606 KB
- Stars: 66
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wepy - wepy-com-loadings:基于Wepy开发的微信小程序loading加载动画组件
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)