Open digitaldirk opened 4 months ago
Changing to MudToggleGroup would be a good idea when it is released - it is still experimental at the moment.
I think the current version is fine for Filled and Outlined variants because it is kind of a mixture of both and so looks fine with either. Maybe some changes could be made for the Text variant, but I'm not sure what would look good.
Hi,
When changing the ButtonVariant property I expected the View EnumSwitch (month, week, day, work week) to also follow the selected variant. I was going to make a PR to do this, but wanted to discuss first as it's a little more complex than just adding a property (since the outlined and filled variants are used to display which view is selected). https://github.com/danheron/Heron.MudCalendar/blob/b1e7f901374564150a7e1a93feab73dc819285d5/Heron.MudCalendar/Components/EnumSwitch.razor#L10C33-L10C34
Thank you