DEV Community

Discussion on: How to create a progress bar with HTML and CSS (video)

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Shhh! Keep it quiet! If the framework-police finds out about this, they'll come looking for me! :P

Now seriously, thank you for your comment! I enjoy building things with vanilla HTML, CSS, and JS. I find adapting them to a framework is straightforward from there (unfortunately, the other way around doesn't work so well.)

Collapse
 
dannyengelman profile image
Danny Engelman • Edited

Wrap them in a native Web Component and you make it easier for end-users to use.

Inspiration: dev.to/dannyengelman/what-web-tech...

Thread Thread
 
alvaromontoro profile image
Alvaro Montoro

That is a great idea. I need to try. Thanks!