/truss-layout

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

Primary LanguageJavaScriptMIT LicenseMIT

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