@@ -17,7 +17,7 @@ Use the component's HTML tag wherever you want:
...
@@ -17,7 +17,7 @@ Use the component's HTML tag wherever you want:
login-url=""
login-url=""
logout-url=""
logout-url=""
session-endpoint=""
session-endpoint=""
open-right=""
open-right
>
>
</myuw-profile>
</myuw-profile>
```
```
...
@@ -32,3 +32,10 @@ Use the component's HTML tag wherever you want:
...
@@ -32,3 +32,10 @@ Use the component's HTML tag wherever you want:
#### Slots
#### Slots
-**Profile Navigation Item (nav-item):** Add a custom item to the profile button's navigation menu, this slot expects an `<a>` tag
-**Profile Navigation Item (nav-item):** Add a custom item to the profile button's navigation menu, this slot expects an `<a>` tag
#### CSS Variables
-`--myuw-profile-font`: Set the font stack for this component
-`--myuw-profile-login-color`: Se the font color for the "Login" button
For more information about CSS variables and how they work with MyUW Web Components, [reference the styles component](https://github.com/myuw-web-components/myuw-app-styles"reference the styles component")