Spinner
The Spinner can be used with Main, Aside, Table, SideBar and Button.
You can assign the data-ts.busy
to the Main
element to initialize a Spinner.
Let's try that with jQuery.
If you want a blocking overlay, you can use the data-ts.blocking
attribute.
Aside and SideBar
Assign the Aside
or SideBar
to initialize a Spinner.
It will look like this.
Button
Assign the data-ts.busy
attribute to a Button
to initialize a Spinner.
Table
Assign the data-ts.busy
attribute to a Table
to initialize a Spinner.