@fylgja/progress

1.1.2 • Public • Published

Fylgja - Progress

NPM version license

The progress component is used to show progress indication in a form or somethings else.

Fylgja supports both the native HTML progress element and the class based option.

Installation

npm install @fylgja/progress

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

/@fylgja/progress/

    Package Sidebar

    Install

    npm i @fylgja/progress

    Homepage

    fylgja.dev/

    Weekly Downloads

    19

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    8.73 kB

    Total Files

    9

    Last publish

    Collaborators

    • allrude
    • grimlink