@fylgja/range

1.1.1 • Public • Published

Fylgja - Range

NPM version license

Range component will add solid foundation for a input range slider.

Installation

npm install @fylgja/range

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @fylgja/range

    Homepage

    fylgja.dev/

    Weekly Downloads

    43

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    15.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • allrude
    • grimlink