UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

12 lines (9 loc) • 214 B
import { defineConfig } from '@nex-ui/system'; const breakpoints = defineConfig.breakpoints({ sm: '640px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px' }); export { breakpoints };