DEV Community

Cover image for Weekly Coding Challenge - Week #14 - Progress Bar

Weekly Coding Challenge - Week #14 - Progress Bar

Florin Pop on June 13, 2019

Theme of the week: Progress Bar Description A progress bar is used to show how far a user action is still in process until it's complet...
Collapse
 
shgysk8zer0 profile image
Chris Zuber

Well, there's <progress value="70" max="100">70%</progress>.

<progress> on MDN

Collapse
 
florinpop17 profile image
Florin Pop

Yup, but how much customization does it allow?

Collapse
 
shgysk8zer0 profile image
Chris Zuber

Pretty much anything you can think of. Made a demo with customization, but can't check IE / Edge on Linux.

codepen.io/shgysk8zer0/details/dBGMLm