Answers for "how to increase width of mui input box"

0

material ui width textfield

// Option 1
<TextField style ={{width: '100%'}} />

// Option 2
<TextField fullWidth />
Posted by: Guest on November-19-2020

Code answers related to "how to increase width of mui input box"

Browse Popular Code Answers by Language