2.0.0-alpha • Published 11 months ago
clxxthyng-marquee v2.0.0-alpha
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;