Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Progress

A progress bar gives the user a visual representation of their completion status of an ongoing process or task.

Read more about Progress in the PatternFly Elements Progress documentation.

Installation

Load <pf-progress> via CDN:

<script src="https://jspm.dev/@patternfly/elements/pf-progress/pf-progress.js"></script>

Or, if you are using NPM, install it

npm install @patternfly/elements

Then once installed, import it to your application:

import '@patternfly/elements/pf-progress/pf-progress.js';

Usage

<pf-progress title="Default" value="33"></pf-progress>