https://github.com/tmallet/lama
LaMa, for Layout Manager, is a Bootstrap v4 grid builder.
https://github.com/tmallet/lama
bootstrap bootstrap-vue bootstrap4 builder grid grid-layout vue-components vuejs2
Last synced: 3 months ago
JSON representation
LaMa, for Layout Manager, is a Bootstrap v4 grid builder.
- Host: GitHub
- URL: https://github.com/tmallet/lama
- Owner: tmallet
- License: apache-2.0
- Created: 2019-04-12T06:31:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:51:11.000Z (over 2 years ago)
- Last Synced: 2025-03-13T13:40:46.712Z (4 months ago)
- Topics: bootstrap, bootstrap-vue, bootstrap4, builder, grid, grid-layout, vue-components, vuejs2
- Language: Vue
- Homepage: https://tmallet.github.io/LaMa/
- Size: 3.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaMa
[](https://opensource.org/licenses/Apache-2.0)
LaMa for Layout Manager is a light [Bootstrap v4](https://getbootstrap.com/) grid builder in [Vue.js](https://vuejs.org/).
## 1. Project setup
```
npm install @thimal/lama
```## 2. Usage
```html
import LaMa from "@thimal/lama";
export default {
components: { LaMa },
name: 'app'
}```
## 3. Example
