Skip to content
Loading text
Loading text
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:
Name | Type | Description | Slot | A11y |
---|---|---|---|---|
content | string | The text to be displayed in the loader. | default | |
small | boolean | Sets the loader as small |
Slots
This component has slots. Check the documentation about how to use the slots.
Name | Tags | Description |
---|---|---|
default | span | The text to be displayed below the loader. |
Parameters use
content
The text or content inside the loader. It uses the default
slot too.
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.
Browser support
Detected engine:
Chromium
Webkit
Gecko