react-garden
Version:
React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.
19 lines (16 loc) • 335 B
text/typescript
/**
* The base breakpoints for the ThreeD Garden UI Dashboard PRO Material.
* You can add new breakpoints, and customize built-in breakpoints here.
*/
const breakpoints = {
values: {
xxs: 0,
xs: 333,
sm: 576,
md: 768,
lg: 992,
xl: 1200,
xxl: 1400,
},
}
export default breakpoints