A React notice board component can seamlessly up and down.
在线预览(效果更佳):http://zjcwill.top/react-notice-board/
npm i react-notice-board
# or
yarn add react-notice-board
Attribute | Description | Type | Default | Version |
---|---|---|---|---|
dataSource | 公告内容 | *string[ ]* | [] |
- |
stepDuration | 每条公告停顿时长 | number | 1000 |
- |
width | 公告栏长度 | number | 100% |
- |
height | 公告栏高度 | number | 44px |
- |
extra | 公告栏右侧额外内容 | ReactElement | null |
- |
textClassName | 公告栏文字内容样式类名 | string | "" |
- |
hideBrand | 隐藏公告栏图案 | boolean | false |
- |
- 样式调优
- 自定义配置项
- 边界防御
- 左右滚动? 更多效果
- 增加组件单元测试