1.1.0 • Published 8 years ago

wepy-notice-bar v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago