And, having figured that out, make the documentation match.
This commit is contained in:
@ -20,9 +20,9 @@ import "@goauthentik/elements/LoadingOverlay.js";
|
|||||||
Note that the content of an alert _must_ be a valid HTML component; plain text does not work here.
|
Note that the content of an alert _must_ be a valid HTML component; plain text does not work here.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<ak-loading-overlay topmost>
|
<ak-loading-overlay topmost
|
||||||
><span slot="body">This would display in the "body" slot</span></ak-loading-overlay
|
><span>This would display in the "body" slot of the enclosing EmptyState object.</span
|
||||||
>
|
></ak-loading-overlay>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|||||||
Reference in New Issue
Block a user