Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-fast-marquee

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-fast-marquee - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"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";
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc