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.
- Host: GitHub
- URL: https://github.com/sumitpal29/truss-layout
- Owner: sumitpal29
- License: mit
- Created: 2017-10-06T10:18:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T12:36:23.000Z (over 8 years ago)
- Last Synced: 2025-01-04T07:28:26.401Z (about 1 year ago)
- Topics: dashboard, golden-layout, golden-ratio, image-gallery, layout-engine, layout-system, truss-layout
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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