How Can We Help You?
How to use Metronic with Django Framework?
Hello,
When you’re done bundling, you should decide on the order of the topics your article. In most cases, you can decide to order thematically. For instance, if you want to discuss various aspects or angles of the main topic of your blog post. But you can also order your text chronologically or didactically.
// 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>
In the above example we’re discussing, ordering topics thematically makes the most sense.
Than you,
Jerry
Jerry
S
2 Days ago
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
B
Bob Clarcson
Author
4 Days ago
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
3 Days ago
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
B
6 Days ago
I run a team of 20 product managers, developers, QA and UX Previously we designed everything ourselves.
More Channels
Project Briefing
Check out our
Support Policy
More to discuss?
Email us to
support@keenthemes.com
Latest News
Follow us at
KeenThemes Twitter
Github Access
Our github repo
KeenThemes Github