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
Describe the feature request
Can you update profile menu so that we can put custom components for links and buttons in profile menu as slots or add onClick events properties for url elements like login/logout/register/..., we are using browser routing and this implementation is very limiting.
Describe the use case
JS login/logout functions instead of login/logout URL. Custom navigation implementaion on react SPA using react-router.
Describe alternatives you've considered
Using onClick even listener on scale-telekom-profile-menu component. It can be done but it's not pretty.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Can you update profile menu so that we can put custom components for links and buttons in profile menu as slots or add onClick events properties for url elements like login/logout/register/..., we are using browser routing and this implementation is very limiting.
Describe the use case
JS login/logout functions instead of login/logout URL. Custom navigation implementaion on react SPA using
react-router
.Describe alternatives you've considered
Using
onClick
even listener onscale-telekom-profile-menu
component. It can be done but it's not pretty.The text was updated successfully, but these errors were encountered: