Skip to content

berhalak/vue-layout

Repository files navigation

Gitpod Ready-to-Code

vue-layout

Vue layout components

Set of simple components for building responsive layout

npm i @berhalak/vue-layout

import Layout from "@berhalak/vue-layout" Vue.use(Layout);

// or

Vue.use(Layout, "v-"); // prefix

Components: hor, ver, cols, rows, cen, box, wrap, mas

Masonary component uses a modified version of a vue-masonry-css

https://github.com/paulcollett/vue-masonry-css