Summary
The loader pattern enables a loading icon which should be used to indicate that a background task is running.
There are no attributes defined for this pattern.
Name |
Description |
zui-loader-16 |
The zui-loader-16 class enables the loading icon with a width and height of 16 pixels.
|
zui-loader-32 |
The zui-loader-32 class enables the loading icon with a width and height of 32 pixels.
|
zui-loader-48 |
The zui-loader-48 class enables the loading icon with a width and height of 48 pixels.
|
zui-loader-panel |
The class that creates a loader panel.
|
There are no events defined for this pattern.
There are no methods defined for this pattern.
There are no functions defined for this pattern.
There are no mixins defined for this pattern.
There are no variables defined for this pattern.
Example
Waiting for a task to complete.
Markup
<span class="zui-loader-16"></span>
<div class="zui-loader-panel">
Waiting for a task to complete.
</div>