vue-grid-styled
A lightweight set of functional grid components, ported from React's grid-styled.
Vue.js port of @jxnblk's React library, grid-styled. Lightweight set of functional components.
Installation
Default Theme
Import & Install
Component Usage
vue-grid-styled
tries to emulate the grid-styled API as closely as possible. Check it out for comprehensive documentation.
One exception is that the <v-box>
component exposes a tag
prop that you can use to programatically assign a HTML tag (e.g., "div", "section").
In a nutshell, replace the JSX syntax with Vue "binding" syntax and you should be good to go! Here are a few clarifying examples.