@fylgja/progress
v1.1.2
Published
The progress component show a progression of a form or somethings else
Downloads
45
Readme
Fylgja - Progress
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.