Skip to content

Loader - Web Component

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

Parameters

The Web component uses the <z-loader> tag:

By default, all the parameters are optional or can be set in different, except for the ones marked as required

The parametrization of the component can be done with the following custom HTML params:

NameTypeDescriptionSlot
contentstringThe text to be displayed in the loader.default
smallbooleanSets the loader as small

The available slots for the component are:

NameTagsDescription
defaultspanThe text to be displayed below the loader.
Loading text

small

The small parameter is used to define a small loader. If small attribute is set, the text to be displayed won't be shown.

Loading textLoading text content

Playground

Customization

HTML Examples

StackBlitz example