0.2.1 • Published 10 years ago

ember-cli-tooltip v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago