vue-breakpoints
Vue.js utility component to show and hide components based on breakpoints
? Install
yarn add vue-breakpoints
? Usage
Breakpoints
You can pass following values as a breakpoint:
- small
- mediumAndBelow
- medium
- mediumAndAbove
- largeAndBelow
- large
Default Breakpoints
Default breakpoints are
but they can be overwritten if you pass an object to the breakpoints
prop.