Default theme viewer
This tree view allows you to explore how the theme object looks like with the default values.
If you want to learn more about how the theme is assembled, take a look at material-ui/style/createTheme.js
,
and the related imports which createTheme
uses.
You can play with the documentation theme object in your browser console,
as the theme
variable is exposed on all the documentation pages.
- breakpoints: Object
- direction: "ltr"
- components: Object
- palette: Object
- spacing: f t()
- shape: Object
- applyStyles: f o()
- unstable_sxConfig: Object
- unstable_sx: f ()
- mixins: Object
- shadows: Array(25)
- typography: Object
- transitions: Object
- zIndex: Object