Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

deprecate/metal-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Pablo Molinajbalsas
Pablo Molina
and
Nov 10, 2017
6a98e15 · Nov 10, 2017
Apr 7, 2016
Sep 6, 2017
Mar 6, 2017
Jun 1, 2015
Jun 20, 2016
Mar 22, 2016
Nov 27, 2015
Sep 6, 2017
Dec 14, 2015
Nov 10, 2017
Sep 6, 2017
Sep 6, 2017

Repository files navigation

metal-modal

Metal's modal component.

Setup

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

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
npm run build
  1. Open the demo at demos/index.html on your browser.