A Marquee component for Svelte inspired by react-fast-marquee.
npm install svelte-fast-marquee





``sh`
npm install svelte-fast-marquee --save
If you're using yarn, run:
`sh`
yarn add svelte-fast-marquee
If you're using bun, run:
`sh`
bun add svelte-fast-marquee
You can find the documentation here.
To use the component, first import Marquee into your file:
`js`
import Marquee from "svelte-fast-marquee";
Then wrap the
`svelte`
A sample file might look like this:
`svelte``