flâneur — a map of the web's best reading

The sx prop - MUI System

mui.com · 2,361 words · saved by 1 readers

The sx prop is a shortcut for defining custom styles that has access to the theme.

The sx prop - MUI System Skip to content The sx prop The sx prop is a shortcut for defining custom styles that have access to the theme. The sx prop lets you work with a superset of CSS that packages all of the style functions exposed in @mui/system . You can specify any valid CSS using this prop, as well as many theme-aware properties that are unique to MUI System. Basic example The following demo illustrates how to work with the sx prop. Note that not all of the values are valid CSS properties—that's because the sx keys are mapped to specific properties of the theme. The rest of this documen

Explore this link on the map →

related reading