VOOZH about

URL: https://www.geeksforgeeks.org/css/bulma-progress-bar/

⇱ Bulma | Progress Bar - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bulma | Progress Bar

Last Updated : 18 Jun, 2020
Bulma is a free and open-source CSS framework based on Flexbox. It is component rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design. A progress bar is used to display the progress of a process on a computer. A progress bar displays how much of the process is completed and how much is left. Example 1: This example creating a simple progress bar using Bulma. Output: 👁 Image
Example 2: This example creating different sizes of progress bars. Output: 👁 Image
Example 3: This example creating different color progress bars. Output: 👁 Image
Example 4: This example creating different color indeterminate progress bar. Output:
Explanation: Indeterminate progress bar is used to show some progress that is going on, but the actual duration is not yet determined. When the HTML value attribute is not defined, indeterminate progress bar displays. Note: Here in all the above examples we use some extra Bulma classes like container, column, title, table, etc. to design the content well.
Comment
Article Tags: