And, having figured that out, make the documentation match.

This commit is contained in:
Ken Sternberg
2024-11-01 14:53:29 -07:00
parent 6f2996a43e
commit 91aa33875a

View File

@ -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.
```html
<ak-loading-overlay topmost>
><span slot="body">This would display in the "body" slot</span></ak-loading-overlay
>
<ak-loading-overlay topmost
><span>This would display in the "body" slot of the enclosing EmptyState object.</span
></ak-loading-overlay>
```
## Demo