clxxthyng-marquee
v2.0.0-alpha
Published
A simple React marquee component in clxxthyng
Downloads
5
Maintainers
Readme
Marquee in clxxthyng
you just use marquee
Usage
import Marquee from './components/marquee/marquee.tsx';
const App = () => {
return (
<div className="App">
<Marquee text="Enter your text." speed={10} gap={20} />
</div>
);
}
export default App;