Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 776 Bytes

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