0.0.4 • Published 6 years ago

vue-skeleton-layout v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-skeleton-layout

skeleton layout grid system for VueJS.

Installation

npm install vue-skeleton-layout or yarn add vue-skeleton-layout

ES6

import VueSkeletonLayout from 'vue-skeleton-layout'

export default {
  ...
  components: {
    VueSkeletonLayout
  },
  ...
}

After that, you can use it in your templates:

<vue-skeleton-layout />

Props

License

Released under the MIT License.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago