Skip to content

Loader - Web Component

The Loader component can be used imported from:

Playground

Parameters

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

If you don't want to show the text, set the content to an empty string.

locale

The locale parameter is used to define the loader's language. Thecontent parameter and slot will override the automatic translation value.

Cargando contenido...

Flags

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 text

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example