By editor, 17 December, 2015 Question How to create a static progress bar quickly in drupal 8 With ProgressBar Class ? The easiest way is use html default progress bar like: <progress value='$percentage' max='100'></progress> And theme with CSS. progress { background-color: green; border: 1; height: 20px; border-radius: 10px; } Tags Drupal 8 Code Theming Add new comment Comments2 You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically. ProgressBar With ProgressBar Class Reply Thank you Thank you Reply
Comments2
ProgressBar
With ProgressBar Class
Thank you
Thank you