0.2.1 • Published 9 years ago

ember-cli-tooltip v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#Ember CLI Tooltip

Description

This is a tooltip component for ember cli projects.

Installation

npm install ember-cli-tooltip --save-dev

Basic Usage

{{tool-tip text="Displayed always" position="top left" tagName="h2" heading="Heading inside tooltip" tip="tooltip body can be any length"}}

Demo

Check out the demo on github pages. Alternatively you can clone this repo and run the app

sudo npm install -g ember-cli
git clone git@github.com:gevious/ember-tooltip
cd ember-tooltip
npm install; bower install
ember serve

Requirements

  • Needs scss support, since the stylesheet needs to be imported to work

Options

Todo

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago