# react-marquee **Repository Path**: doraemonhc/react-marquee ## Basic Information - **Project Name**: react-marquee - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-13 - **Last Updated**: 2023-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Demo](https://zhongs.github.io/react-marquee/dist/index.html) Usage --------------- 安装 ````javascript npm install --save react-marquee-order ```` Examples --------------- [一个栗子](./examples/marquee/index.js) Api ---- | 参数 | 说明 | 类型 | 默认值 | | :---: | :----: | :----: | :----: | | loopData | 滚动的数据 | Array | 无 | | getMarquee | 可以从参数中获取stop,run函数控制marque的运动和暂停 | function | 无 | | direction | 滚动方向 ('landscape' , 'vertical') | String | 'landscape' | | verticalItemHeight | 垂直滚动item的高度 | String | '60px' |