Your own classes prop
Enable users of the components to overrides the internal styles by accepting a class props.
Last updated
Was this helpful?
Enable users of the components to overrides the internal styles by accepting a class props.
Last updated
Was this helpful?
Added in v3.6.0
Every MUI components accepts a classes
props that enables you override the internal styles ().
With TSS you can easily do the same for your components, it's done by merging the internal classes
and the one that might have been provided as props
.