Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silvestrevivo/svelte-marquee

Marquee fully responsive and adaptive for Svelte
https://github.com/silvestrevivo/svelte-marquee

marquee npm-package svelte

Last synced: about 2 months ago
JSON representation

Marquee fully responsive and adaptive for Svelte

Awesome Lists containing this project

README

        

# 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

```bash
npm install svelte-marquee
```

```javascript
import Marquee from "svelte-marquee";

;
```

## Parameters

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

## License

MIT