1.0.6 • Published 5 years ago

@thimal/lama v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

LaMa

License

LaMa for Layout Manager is a light Bootstrap v4 grid builder in Vue.js.

1. Project setup

npm install @thimal/lama

2. Usage

<template>
  <LaMa/>
</template>

<script>
import LaMa from "@thimal/lama";

export default {
  components: { LaMa },
  name: 'app'
}
</script>

3. Example

Demo