1.0.0 • Published 7 years ago

bootstrap-tooltip-activator v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Bootstrap Tooltip Activator

npm version Build Status Ember Observer Score

Ember addon for Bootstrap tooltips.

Installation

  • npm install bootstrap-tooltip-activator --save-dev

Dependencies

  • Bootstrap CSS & JS
    Note: This addon does not install it automatically

Ember Compatibility Table

Ember VersionBootstrap Tooltip Activator Version
1.8 through 2.6.10.0.1 =< x < 0.1.1
2.6.2 and beyond>=1.0.0

Demo App

Usage

  • Everything that is wrapped inside the bootstrap-tooltip-activator will apply the bootstrap tooltips
{{#bootstrap-tooltip-activator}}
	<button
		data-toggle="First tip"
		data-placement="top"
		data-container="body"
		data-original-title="Some tip">
		First button
	</button>
	<button
		data-toggle="Second tip"
		data-placement="bottom"
		data-container=".some-selector"
		data-original-title="Another tip">
		Second button
	</button>
{{/bootstrap-tooltip-activator}}

Note: make sure to use the data-original-title attribute and not title

License

MIT

1.0.0

7 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago