UNPKG

redpackets

Version:

Taro实现微信小程序红包雨效果

29 lines (14 loc) 504 B
此插件旨在使用taro构建微信小程序实现红包雨效果 github地址:https://github.com/JJH0901/redPackets.git ![效果图](https://raw.githubusercontent.com/JJH0901/redPackets/master/redPackets.png) ------------ 使用方式 npm install redpackets --save-dev import RedPackets from 'redpackets' <RedPackets show={showRedPackets} count={60} /> ------------ 参数 show:boolean,是否显示红包雨,true--显示;false--不显示 count:number,红包雨数量