Lets say i want every Button component from material-ui to have a default props of variant=\"contained\" color=\"secondary\" is it pos
Button
material-ui
variant=\"contained\" color=\"secondary\"
Create your own component which renders a component from material-ui. Style the component as you wish and use MyButton in your code.
MyButton