Skip to content

utils/breakpoints

Overview

Breakpoint definitions for use with VueUse useBreakpoints.

Properties

breakpointsVueda

Breakpoint map used by VUEDA's responsive composables and components. Values are minimum viewport widths in pixels. The standard breakpoints (sm through 2xl) match common CSS framework defaults. Custom entries (2xs, 3xl, 4xl, 5xl, inf) extend the range for wider or narrower viewports.

These values should match the CSS breakpoints configured in your project's stylesheet so that JS-driven and CSS-driven responsive behavior stay aligned.

Type: object

Source: client/lib/utils/breakpoints.js:17

Source

client/lib/utils/breakpoints.js:1

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2