# Spinner (fw-spinner)
fw-spinner displays a continuous loader on the user interface, to indicate that a system is processing an entity.
# Usage
Show Code
# Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
color | color | Color in which the loader is displayed, specified as a standard CSS color. | string | '' |
size | size | Size of the loader. | "default" or "large" or "medium" or "small" | 'default' |
# CSS Custom Properties
Name | Description |
---|---|
--spinner-color | Color of the spinner |
# Dependencies
# Used by
# Graph
graph TD;
fw-toast --> fw-spinner
style fw-spinner fill:#f9f,stroke:#333,stroke-width:4px
Built with ❤ at Freshworks