Summary
Integrate useBreakpoints with the v0 plugin system and ensure feature parity with Vuetify's createDisplay for breakpoint-related concerns.
Integration Points
Out of Scope (Vuetify-level concerns)
- Platform detection (android, ios, chrome, electron, etc.) — device sniffing is not a breakpoint concern, Vuetify can layer this on top
- Per-component mobile override via props — Vuetify's
useDisplay(props) pattern, handled at the framework level
Related
Summary
Integrate
useBreakpointswith the v0 plugin system and ensure feature parity with Vuetify'screateDisplayfor breakpoint-related concerns.Integration Points
mobileBreakpointoption — configurable threshold (number or breakpoint name) that exposes a reactivemobileboolean*AndUp/*AndDownconvenience booleans (smAndUp, mdAndDown, etc.)clientWidth/clientHeightfor server-side renderingOut of Scope (Vuetify-level concerns)
useDisplay(props)pattern, handled at the framework levelRelated