@townhall-gg/marquee-react
v0.2.1
Published
React bindings for @townhall-gg/marquee
Maintainers
Readme
@townhall-gg/marquee-react
React bindings for the marquee animation library.
See the main README for full documentation.
Installation
pnpm add @townhall-gg/marquee-reactUsage
import { Marquee } from "@townhall-gg/marquee-react";
function App() {
return (
<Marquee speed={100}>
<span>Your scrolling content </span>
</Marquee>
);
}License
MIT © Townhall
