
Progress Bar block with sidebar controls.
The Progress Bar block is a simple yet powerful tool for displaying progress, statistics, skills, or any percentage-based data on your WordPress site. Built with modern web standards, this block offers smooth animations and a clean, professional appearance.
Whether you need a simple skill bar, an animated number counter, a circular radial ring, or a full skills section — WBD Progress Bar has you covered.
Display Modes
* Single Bar – Classic horizontal progress bar with full customization
* Number Counter – Animated count-up effect with prefix, suffix, and optional bar below
* Circular / Radial Progress Bar – Beautiful SVG ring-style progress with 10 themes, custom size, stroke width, center text, and optional label
* Group / Skills Section – Display multiple progress bars together as a skills list with individual labels, colors, and percentages; flexible label & percentage positioning
10 One-Click Template Styles
Ocean Blue, Sunset Fire, Forest Green, Purple Galaxy, Golden Hour, Midnight Dark, Rose Pink, Arctic Ice, Corporate Gray, Lemon Lime
Customization
* Progress percentage control (0–100)
* Custom fill & track colors
* Gradient fill (two-color gradient)
* Bar corner radius control (square to pill)
* Bar height control (6px–40px)
* Optional percentage text display
* Percentage position — Inside bar / Outside right / Above bar
* Label position — Above / Below / Inline row
* Inline gap control (when label is inline)
* Milestone marker with custom label
* Hover tooltip on progress bar
* Scroll-triggered animation (IntersectionObserver)
* Animation type — Ease, Ease In, Ease Out, Ease In Out, Linear, Bounce, Elastic
* Animation duration control
* Typography control — Font family & font size for label and percentage text
* Fully responsive design
* Accessible design with semantic HTML
Perfect For:
The block provides an intuitive editing experience with sidebar controls for adjusting the percentage (0–100), customizing colors, toggling percentage text visibility, and selecting from predefined style variations.
Most progress bar plugins are either too bloated with unnecessary features or too simple to be actually useful. WBD Progress Bar is built differently:
🚀 Performance First
The block outputs pure static HTML and CSS — no jQuery, no heavy JavaScript libraries. The frontend script only loads when your block is actually on the page, keeping your site fast.
🎨 Visual Flexibility
Four display modes, five style variations, ten one-click templates, gradient fill, custom radius, custom height, and full color control — all without touching a single line of code.
🧩 Built for Gutenberg
This is a native WordPress block, not a shortcode or widget. It works seamlessly inside the block editor, Full Site Editor (FSE), reusable blocks, and block patterns.
📱 Responsive by Default
Every mode — single bar, counter, circular, group — adapts automatically to mobile, tablet, and desktop screens without extra configuration.
⚡ Scroll Animation Without a Plugin
Built-in IntersectionObserver-based scroll trigger animates your bars when they come into view. No extra animation plugin needed.
This plugin is built using @wordpress/scripts (webpack). The compiled/minified files in the build/ directory are generated from the human-readable source files located in the src/ directory of the plugin.
Source files included in this plugin:
src/index.js — Block registration entry pointsrc/edit.js — Editor component (block inspector controls and editor preview)src/save.js — Save component (frontend HTML output)src/view.js — Frontend JavaScript (scroll animations, counter animations)src/block.json — Block metadata and attribute definitionssrc/editor.scss — Editor-only stylessrc/style.scss — Frontend stylesTo build from source:
npm install to install dependencies.npm run build to generate the production build/ directory.npm start to start the development watcher with live rebuild.The only build dependency is @wordpress/scripts (see package.json).
Step 1 — Add the Block
Open any post, page, or template in the WordPress editor. Click the + block inserter button, search for “Progress Bar”, and click to insert the WBD Progress Bar block.
Step 2 — Choose a Display Mode
In the right sidebar, find the Block Mode panel at the top. Select one of four modes:
Step 3 — Apply a Template (Optional)
Open the Template Styles panel and click any of the 10 preset templates to instantly apply a complete color scheme and style. You can fine-tune colors individually after applying a template.
Step 4 — Customize Settings
Depending on your selected mode, configure the following panels:
Step 5 — Using the Number Counter
Switch to Number Counter mode. Set:
$).+ or %).The counter animates automatically on page load, or enable Animate on Scroll so it only starts when the user scrolls to it.
Step 6 — Using Group / Skills Section
Switch to Group / Skills Section mode. In the sidebar:
Step 7 — Using Circular / Radial Mode
Switch to Circular / Radial mode. In the sidebar:
Step 8 — Publish
Click Publish or Update. The block renders as clean, static HTML on the frontend with no extra requests or render-blocking scripts.
Visit our contact page for support.