Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

deprecate/metal-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metal-toast

Metal.js Toast component

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

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