Skip to content

Loader - Web Component

The Loader component can be used imported from:

Playground

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:

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

Slots

This component has slots. Check the documentation about how to use the slots.

NameTagsDescription
defaultspanThe text to be displayed below the loader.

Parameters use

content

The text or content inside the loader. It uses the default slot too.

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

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example