All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.theme.breakpoints.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
'use strict';

const breakpoints = {
  sm: "480px",
  md: "768px",
  lg: "1024px",
  xl: "1280px",
  "2xl": "1536px"
};

exports.breakpoints = breakpoints;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy