2.3.1 • Published 7 years ago

metal-tabs v2.3.1

Weekly downloads
16
License
BSD
Repository
github
Last release
7 years ago

metal-tabs

Metal.js's tabs component.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

    [sudo] npm install -g gulp
  3. Install local dependencies:

    npm install
  4. Build the code:

    gulp build
  5. Open the demo at demos/index.html on your browser.