svelte-marquee

Svelte Marquee

Marquee fully responsive and adaptive for Svelte

svelte-marquee

marquee

Purpose

Marquee fully responsive and adaptive for Svelte applications. Thanks to reactivity, the DOM will respond adding or removing elements if the content changes or the browser gets resized.

Implementation

npm install svelte-marquee
import Marquee from "svelte-marquee";

<Marquee content="this is my content" />;

Parameters

Prop By default
content "svelte-marquee"
autoplay true
reverse false
hoverable false
speed "slow", "medium", "fast"

License

MIT

Top categories

Loading Svelte Themes