Socket
Socket
Sign inDemoInstall

@fylgja/marquee

Package Overview
Dependencies
1
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fylgja/marquee

The marquee component lets you make infinite CSS sliders without any JavaScript


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Install size
7.17 kB
Created
Weekly downloads
 

Changelog

Source

[1.0.0] - 2021-06-22

Initial Release 🎉

Readme

Source

Fylgja - Marquee

NPM version license

The marquee component lets you make infinite CSS sliders without any JavaScript.

This feature provides an efficient and lightweight way to create dynamic and engaging sliders that loop infinitely, without the need for additional code.

Installation

npm install @fylgja/marquee

Then include the component in to your code via;

@use "@fylgja/marquee";
// Or via PostCSS import
@import "@fylgja/marquee";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/marquee" with ($marquee-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/marquee" layer("components");

How to use

For more information see the marquee docs on the Fylgja.dev.

Keywords

FAQs

Last updated on 19 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc