// Element to indecate
var button = document.querySelector("#kt_button_1");
// Handle button click event
button.addEventListener("click", function() {
// Activate indicator
button.setAttribute("data-kt-indicator", "on");
// Disable indicator after 3 seconds
setTimeout(function() {
button.removeAttribute("data-kt-indicator");
}, 3000);
});
<button type="button" class="btn btn-primary me-10" id="kt_button_1">
<span class="indicator-label">
Submit
</span>
<span class="indicator-progress">
Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span>
</span>
</button>
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
First, a disclaimer - the entire process writing a blog post often takes more.
Outlines keep you honest. They stop you from indulging.
Long before you sit down to put digital pen to paper you need make sure you have to sit down and write.
First, a disclaimer - the entire process writing a blog post often takes more than couple of hours.