Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silvestrevivo/svelte-marquee
- Owner: silvestrevivo
- License: mit
- Created: 2020-02-09T21:19:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T16:43:08.000Z (over 2 years ago)
- Last Synced: 2024-11-09T00:35:30.965Z (2 months ago)
- Topics: marquee, npm-package, svelte
- Language: HTML
- Homepage:
- Size: 1.01 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-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