0.0.2 • Published 8 years ago

now-activity-marquee v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

now-activity-marquee 跑马灯组件

默认支持 onClick , onTouchStart 等 原生 DOM 事件, 可传入 style 进行自定义样式修改, 可传入子组件定义样式

API

属性说明类型默认值是否必传
text文字内容string''
autoPlay是否自动播放boolfalse
loop是否循环播放boolfalse

安装

npm install now-activity-marquee

传参示例

import Marquee from 'now-activity-marquee'

<Marquee
    text="不吹不黑,只能说IVWEB的now design很棒啊,用了的人都说好,哈哈"
    autoPlay={true}
    loop={true}
/>
0.0.2

8 years ago

0.0.1

8 years ago