Vue- monitor: Sensitive media questions - Vue.js Feed #.\n\nAlert: Version 2.x only assists Vue 3. v1 docs are actually accessible here.\n\n\n\n\nResponsive screen measurements and media query conditions for Vue. Assists your favorite UI framework out of the box, as well as could be configured along with any type of custom-made breakpoints.\n\nhttps:\/\/reegodev.github.io\/vue-screen.\n\nResponsive and also debounced display size.\nReactive media question states as well as device alignment.\nIdentify contact monitor capacity.\nBreakpoints for a lot of popular ui frameworks offered out of package: Tailwind, Bootstrap, Bulma, Groundwork, Materialize, Semantic UI.\nSSR compatible with Nuxt element included. Nuxt module growth is actually pending Nuxt 3 release.\n\nnpm i vue-screen.\nyarn include vue-screen.\n\nUse along with structure API.\nimport useScreen, useGrid coming from 'vue-screen'.\n\nexport default \nsetup() \nconst display = useScreen().\nconst framework = useGrid(' bulma').\n\nprofit \nscreen,.\nframework.\n\n\n\nFor sophisticated setups, have a look at the docs website.\nUsage as a plugin.\nbring in createApp from 'vue'.\nbring in VueScreen from 'vue-screen'.\n\n\/\/ In App.vue.\ncreateApp()\n. make use of( VueScreen, 'bootstrap')\n. mount('
app').// In MyComponent.vue.Current breakpoint is actually: $grid.breakpointHome window distance is: $screen.widthHome window height is: $screen.height
v2 launches a handful of breaking changes both in the configuration as well as in the API.Find out more regarding all of them in the docs section.