ember-cli-tooltip

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i ember-cli-tooltip

Weekly Downloads

2

Version

0.2.1

License

MIT

Last publish

Collaborators

  • gevious