Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)