Documentation for Vue-Responsive

A plugin for responsive handling with vue.js

Documentation for Vue-Responsive

(WIP)

Introduction

This Plugin adds the ability to hide or show html-elements relative to the screen width. To specify when an element should be hidden it’s necessary to define screen-widths as hidden or visible. As default everything is visible, possible parameters for bootstrap 4 breakpoints are:

Of course the parameters can be combined. For instance:


<p v-responsiveness ="['hidden-sm',  'hidden-md', 'hidden-lg', 'hidden-xl']">
  Text for extra small
</p>