Skip to content

Styles: spinner

Eugene Lazutkin edited this page Jul 16, 2018 · 1 revision

Spinner-related CSS classes are defined in spinner.scss and demonstrated in https://researchnow.github.io/reno/pages/spinner.html

It is implemented as an HTML snippet, which does not require any JavaScript.

In order to use a spinner, use the following HTML snippet:

<div class="reno-spinner">Loading...</div>

In order to customize it, please take a look at the demonstration.

Clone this wiki locally