Home > Enterprise >  Material UI toggle button design
Material UI toggle button design

Time:07-21

Here is the toggle button I want to put on my page

enter image description here

I didn't find any material-ui component/api to implement it. Should I build a custom toggle button with css?

CodePudding user response:

You could use the Material UI Toggle button and override the styles but that will probably be more work than it is worth. If it were me I would just do it custom.

  • Related