kasperisager/vanilla-bootstrap

Recommended way of showing the loading spinner?

bleistivt opened this issue · 2 comments

Is there a recommended way to show the loading animation?

In the vanilla default I would just do it by adding a <span class="Progress"/> element, but that doesn't seem to have any rules attached to it.

Thanks for your great work with this theme.

Spinners are attached on-demand using Spin.js. You can find a few examples here: https://github.com/kasperisager/vanilla-bootstrap/blob/master/js/src/main.js#L18-L49

thanks!