A progress tracker guides users through a number of steps across multiple screens in order to complete a task
flow. It shows users where they are in the process, and also offers navigation within the process.
Status
API status:
general
Included in AUI core?
Not in core
You must explicitly require the web resource key.
* @param? isInverted boolean - set to true if using on a grey background
* @param? id
* @param? extraClasses
* @param? extraAttributes
*/
/**
* Step in the Progress Tracker
* @param? isCurrent boolean - set to true if step is the current step
* @param width number - should be the exact same width as all the other steps to maintain correct visual formatting (can't do this in CSS due to CSS not knowing the number of steps)