change direction in material ui

Solutions on MaxInterview for change direction in material ui by the best coders in the world

showing results for - "change direction in material ui"
Roberta
05 Apr 2019
1const theme = createMuiTheme({
2  direction: 'rtl',
3});