IconButton misses "contained" variant #37443
Labels
component: icon button
This is the name of the generic UI component, not the React module!
status: expected behavior
Does not imply the behavior is intended. Just that we know about it and can't work around it
Duplicates
Latest version
Summary 💡
Material Design specifies that IconButtons have a standard and a contained variant (docs):

Yet, the MUI IconButton doesn't have a
variant
prop to switch between them.Note: It's NOT possible to just add the variant ourselves as a workaround (#35456)
Examples 🌈
https://m3.material.io/components/icon-buttons/overview
Motivation 🔦
We want to have contained IconButtons to make them stand up from stand IconButtons.
The text was updated successfully, but these errors were encountered: