0.0.4 • Published 5 years ago

vue-skeleton-layout v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago