@fylgja/marquee

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @fylgja/marquee

Homepage

fylgja.dev/

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.84 kB

Total Files

7

Last publish

Collaborators

  • allrude
  • grimlink