Skip to content
On this page

NoticeBar 通知栏

基本使用

template
<c-notice-bar text="重要通知重要通知重要通知" autoplay />

API

NoticeBar Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsNoticeBarPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
colorstringundefined背景颜色。 使用说明
left-iconstringundefined左边图标
left-icon-propsIconPropsundefinedIconProps
right-iconstringundefined右边图标
right-icon-propsIconPropsundefinedIconProps
textstringundefined文字
text-propsTextPropsundefinedTextProps
autoplaybooleanundefined是否自动播放
speedstring | numberundefined滚动速率 (px/s)
closablebooleanundefined是否可关闭
close-icon-propsIconPropsundefinedIconProps

Button Events

名称参数说明
click() => void点击时触发
close() => void关闭时触发