Vue Grid is a responsive grid system based on Bootstrap for Vue.
5 column responsive grid bootstrap 4, bootstrap grid examples, bootstrap grid system, bootstrap stack columns vertically, bootstrap layout
How to make use of it:
Install and download:
# Yarn $ yarn add vue-grid-responsive # NPM $ npm i vue-grid-responsive --save
1. Import components from vue-network-response.
import Vue from 'vue'; import { Row, Column } from 'vue-grid-responsive';
2. Register the component.
Vue.component('row', Row); Vue.component('column', Column);
3. Create a responsive web system in HTML format.
<row container gutter="{12}"> <column xs="{12}" md="{4}" lg="{3}"> xs=12 md=4 lg=3 </column> <column xs="{12}" md="{4}" lg="{3}"> xs=12 md=4 lg=3 </column> <column xs="{12}" md="{4}" lg="{3}"> xs=12 md=4 lg=3 </column> <column xs="{12}" md="{4}" lg="{3}"> xs=12 md=4 lg=3 </column> </row>
Bootstrap Responsive Grid System For Vue, Vue Grid Responsive Plugin/Github, bootstrap 3 grid
See Demo And Download
Official Website(andrelmlins): Click Here
This superior jQuery/javascript plugin is developed by andrelmlins. For extra advanced usage, please go to the official website.