Basic Grid
You can combine display, float, padding, and widths to construct a wide variety of grids. Here is a basic example of some options for constructing a simple grid.
Directive
Use v-fl directive to float element to the left and add v-w directive to set the width value.
vue
<template>
<div>
<div v-fl v-w.90></div>
<div v-fl v-w.10></div>
</div>
</template>Examples
v-fl v-w.100v-fl v-w.75v-fl v-w.25v-fl v-w.70v-fl v-w.30v-fl v-w.60v-fl v-w.40v-fl v-w.50v-fl v-w.50v-fl v-w.thirdv-fl v-w.thirdv-fl v-w.thirdv-fl v-w.thirdv-fl v-w.two-thirdsv-fl v-w.25v-fl v-w.25v-fl v-w.25v-fl v-w.25