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
Is your feature request related to a problem? Please describe.
RadzenProfileMenuItem does not allow embedding components.
Describe the solution you'd like
It would be useful to allow RadzenProfileMenuItem to accept child content similar to the RadzenPanelMenuItem. This would allow us to add switches and other components to the profile menu. One example use case of this could be including a RadzenSwitch or the RadzenAppearanceToggle to allow theme switching directly from a profile menu option.
Describe alternatives you've considered
I've gotten around this by adding the Click listener to the RadzenProfileMenu and executing a theme switch (toggle between light/dark) in the click handler method. This works but the profile menu item is displayed as Text and Icon only and it might be a nicer look to have one of the more complex components available in place of the text.
Additional context
I would like to do something like this:
Is your feature request related to a problem? Please describe.
RadzenProfileMenuItem does not allow embedding components.
Describe the solution you'd like
It would be useful to allow RadzenProfileMenuItem to accept child content similar to the RadzenPanelMenuItem. This would allow us to add switches and other components to the profile menu. One example use case of this could be including a RadzenSwitch or the RadzenAppearanceToggle to allow theme switching directly from a profile menu option.
Describe alternatives you've considered
I've gotten around this by adding the Click listener to the RadzenProfileMenu and executing a theme switch (toggle between light/dark) in the click handler method. This works but the profile menu item is displayed as Text and Icon only and it might be a nicer look to have one of the more complex components available in place of the text.
Additional context
I would like to do something like this:
The text was updated successfully, but these errors were encountered: