SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

ToggleButton support #854

Open jonmiller1 opened 3 years ago

jonmiller1 commented 3 years ago

Is there any support for a toggle button or toggle button group? I'm converting from bootstrap and could really use something similar. I see support for the Toggle button in the material design docs but not in the library. https://material.io/components/buttons#toggle-button

enkodellc commented 3 years ago

@jonmiller1 take a look the the Toggle Icon Button: https://www.matblazor.com/IconButton I think that is what you are looking for.