/metal-layout

A Metal.js component that can render bootstrap grid layouts

Primary LanguageJavaScriptOtherNOASSERTION

metal-layout

A Metal.js component that can render bootstrap grid layouts

Setup

  1. Install NodeJS, if you don't have it yet.

  2. Install local dependencies:

npm install
  1. Build the code:
npm run build
  1. Open the demo at demos/index.html on your browser.