1.1.2 • Published 1 year ago

@fylgja/progress v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.1.2

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

3 years ago