UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

12 lines 264 B
// We need to centralize the zIndex definitions as they work // like global values in the browser. const zIndex = { mobileStepper: 1000, speedDial: 1050, appBar: 1100, drawer: 1200, modal: 1300, snackbar: 1400, tooltip: 1500 }; export default zIndex;