Skip to content
On this page

Spinner

The Spinner component is used to indicate that content is loading or processing.

Usage

html
<j-spinner></j-spinner>

Properties

Size string

Use the size property to set the size of the spinner. You can set the value to xxs, xs, sm, md or lg

html
<j-spinner size="sm"></j-spinner>
<j-spinner size="md"></j-spinner>
<j-spinner size="lg"></j-spinner>

Events

The Spinner component does not emit any events.

Slots

The Spinner component does not have any slots.