0.0.3 • Published 6 years ago
@squiz/progress v0.0.3
@squiz/progress
Documentation and examples for using custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.
Install
To download the CSS for this component run:
npm i @squiz/progress
The CSS is to use within your app is located in: node_modules/@squiz/progress/lib/css/progress.min.css
Usage
This component can be used in a variety of frameworks.
Static HTML
To import this component into a static site just include it into your HTML link
element like so:
<link href="node_modules/@squiz/progress/lib/css/progress.min.css" rel="stylesheet" type="text/css">