项目作者: deprecate

项目描述 :
Metal's tooltip component
高级语言: JavaScript
项目地址: git://github.com/deprecate/metal-tooltip.git
创建时间: 2015-06-02T13:40:50Z
项目社区:https://github.com/deprecate/metal-tooltip

开源协议:Other

下载


metal-tooltip

Metal’s tooltip component.

Setup

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

  2. Install global dependencies:

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

    1. npm install
  4. Build the code:

    1. npm run build
  5. Open the demo at demos/index.html on your browser.