Create a Bootstrap 4 progress bar.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
id |
A unique identifier for the progress bar.
Used in |
value, min, max |
Initial value, minimum, and maximum values the progress bar can take. |
text |
Optional text to display on the progress bar.
This can then be dynamically modified with |
striped |
Whether the progress bar should be striped. |
animated |
Whether to animate the stripe on the progress bar. |
height |
Height of the progress bar, numerical values
are converted to pixels ( |
width |
Width of the bar, defaults to |
class, style |
Additional style and class to pass to the parent wrapper of the progress bar. |
bg_color, color |
Color, and background color of the progress bar. |
hidden |
Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.