1.0.0 • Published 9 years ago

bagde v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

bagde 仿QQ未读提醒

拖动徽章可消除未读,拖动至初始位置则不消除。

使用方法

<script src="../index.js"></script>
<script>
    new Badge({
        container: '.msg-badge',
        count: 8,
        overflowCount: 99, // 超过此数字显示+号,默认99
        background: '#f50', // 背景色
        color: '#fff' // 前景色
    })
</script>

扫一扫看demo

二维码