Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@thimal/lama

tmallet32Apache-2.01.0.6

LaMa, for Layout Manager, is a Bootstrap v4 grid builder.

bootstrap grid builder, bootstrap, grid, builder

readme

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