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.
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user