svelte-fast-marquee
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "svelte-fast-marquee", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Marquee component for Svelte inspired by react-fast-marquee.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,25 @@ | ||
# svelte-fast-marquee | ||
# Svelte Fast Marquee | ||
A Marquee component for Svelte inspired by [react-fast-marquee](https://github.com/justin-chu/react-fast-marquee). | ||
## Demo | ||
Check out the demo [here](https://svelte.dev/repl/77064782be93415ab6370a4025778fb0?version=3.40.2) and play around with some sample marquees. | ||
## Installation | ||
If you're using npm, in the command prompt run: | ||
```sh | ||
npm install svelte-fast-marquee --save | ||
``` | ||
If you're using yarn, run: | ||
```sh | ||
yarn add svelte-fast-marquee | ||
``` | ||
## Usage | ||
To use the component, first import Marquee into your file: | ||
```js | ||
import Marquee from "svelte-fast-marquee"; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31882
26