Tema predeterminado
Aquí es cómo se ve el objeto de tema con los valores predeterminados.
Explorar
Explore the default theme object:
- breakpoints: Object
- direction: "ltr"
- mixins: Object
- components: Object
- palette: Object
- shadows: Array(25)
- typography: Object
- spacing: f spacing()
- shape: Object
- transitions: Object
- zIndex: Object
Tip: you can play with the documentation theme object in your browser console, as the
theme
variable is exposed on all the documentation pages. Please note that the documentation site is using a custom theme.
Si deseas obtener más información sobre cómo se monta el tema, echa un vistazo a material-ui/style/createMuiTheme.js
, y los imports que utiliza createMuiTheme
.