ember-cli-tooltip
v0.2.1
Published
A basic tooltip add-on for ember-cli
Downloads
3
Maintainers
Readme
#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 [email protected]: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