Do not camelize 'topmost'.

This commit is contained in:
Ken Sternberg
2024-11-01 14:45:01 -07:00
parent d97d149685
commit dca9d84ff3

View File

@ -20,7 +20,7 @@ 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>
<ak-loading-overlay topmost>
><span slot="body">This would display in the "body" slot</span></ak-loading-overlay
>
```