Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:51:11.000Z (about 2 years ago)
- Last Synced: 2024-12-16T15:02:37.959Z (about 1 month 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
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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
![Demo](https://raw.githubusercontent.com/tmallet/LaMa/master/demo.gif)