You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/components/header/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,11 @@ Then use the element in HTML or in your framework templates:
32
32
33
33
## Usage in a plain HTML page (CDN / script tag)
34
34
35
+
The UMD/standalone bundles externalize `rdflib` and `solid-logic`, and `<solid-ui-header>` renders `<solid-ui-login-button>` when `auth-state="logged-out"`. Load those dependencies first so the login button works correctly.
0 commit comments