Progress less than 1 minute read References Bootstrap Documentation Code Documentation Properties TypeScript import { Components } from "gd-sprest-bs"; // Create the progress let el = document.querySelector("#progress"); let progress = Components.Progress({ el: el, size: 25, label: "25%" }); Code Playground Twitter Facebook LinkedIn