UNPKG

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.

18 lines (15 loc) 321 B
/** * 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: { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200, xxl: 1400, }, } export default breakpoints