Font Face
Teva Sans Latin

Drafts & Templates
PBS Templates

Primitives & components context

Primitives & components: Teva Global

Loading Indicator

v0.0.0

The Loading Indicator inform users about an unspecified wait time.

It is a drop in element, where it is part of the content that is replaced when data loaded.

<!-- Loading Indicator  -->
<label class="vi-loading-indicator" role="status">Loading
  <progress class="vi-loading-indicator__progress"></progress>
</label>

Color #

The Loading Indicator inherits the color.

<div style="color: pink;">
  <!-- Loading Indicator  -->
  <label class="vi-loading-indicator" role="status">Loading
    <progress class="vi-loading-indicator__progress"></progress>
  </label>
</div>

Stylesheets #

The following stylesheet is required to display this component.


Usage documentation #

Usage documentation can be found here.


Changelog #

Changelog

Fix

  • Show indicator in iOS Safari too

Added

  • Initial draft