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

https://github.com/sumitpal29/truss-layout

truss-layout is a golden-layout Engine to generate grids for Dashboards or Image Gallery.
https://github.com/sumitpal29/truss-layout

dashboard golden-layout golden-ratio image-gallery layout-engine layout-system truss-layout

Last synced: 12 months ago
JSON representation

truss-layout is a golden-layout Engine to generate grids for Dashboards or Image Gallery.

Awesome Lists containing this project

README

          

# truss-layout

The Aim of this Layout Engine is to create grids effciently for dashboards. Grids combination should be defined as number of rows and columns.

Grids can be created with golden ratio.

## Usage

* Download the files and place them in your project directory
* Run `npm i` to install the dependencies
* Run `npm run build` to build the project
* Run `npm run dev` to build the project, start watching files and run the local server
* Run `npm test` to run the tests once
* Run `npm run lint` to lint the source files
* Run `npm run test:ci` to watch the `src` directory for changes and run the tests