Made with create-react-library
npm install --save react-marquee-cfc
import React, { Component } from 'react'
import ReactMarquee from 'react-marquee-cfc'
import 'react-marquee-cfc/dist/index.css'
class Example extends Component {
render() {
return (
<ReactMarquee>
<span>111111</span>
<span>222222</span>
<span>333333</span>
</ReactMarquee>
)
}
}
MIT © mZ1680