Loading
<salla-loading>
web component is used to convey that some data is currently loading to the user, and that can be customized using the properties' parameters available.Example

Usage
HTML
SASS
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
Background Color | bg-color | Spinner background color. | string | "#e5e7eb" |
Color | color | Spinner content color. | string | undefined |
Size | size | Sets the diameter of the circle in pixels. | number | string | 32 |
Width | width | Sets the stroke of the circle, aka border, in pixels. | number | string | 2 |
Modified at 2024-02-19 07:49:01