1.1.0 • Published 7 years ago

wepy-notice-bar v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

npm.io

说明

一个可以滚动的通知栏,在WEPY完美运行。支持多种样式,可以自定义滚动时间,延时,是否可关闭和图标自定义。

运行项目

npm install wepy-cli -g
wepy build --watch

更多关于Wepy请到Wepy官方文档

安装

npm install wepy-notice-bar --save

使用

import NoticeBar from 'wepy-notice-bar'

<template>
  <view class="container">
    <view class='cell-ctn'>
      <text>普通通告栏</text>
      <NoticeBar
        :text.sync='text'
        :leftIcon.sync='leftIcon'
      />
    </view>
  </view>
</template>

this.$invoke('NoticeBar', 'animate')
1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago