Loader
Displays a loading spinner indicator.
#Usage
<x-loader />
#Overlay
By default this component just displays the loading indicator. You can turn it into a overlay instead by setting the overlay attribute to true.
<x-loader overlay="true" />
#Reference
#Properties
| Property | Description | Default | Required |
|---|---|---|---|
overlay |
Turns the component into an overlay instead | false |