ember-microtip

Ember addon for Microtip tooltip library.

Usage no npm install needed!

<script type="module">
  import emberMicrotip from 'https://cdn.skypack.dev/ember-microtip';
</script>

README

ember-microtip

Ember addon for pure css Microtip tooltip library.

Compatibility

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above

Installation

ember install ember-microtip

Usage

microtip is an element modifier. Simply add to an element like;

<button type="button" {{microtip 'Hey there!' 'right' 'small'}}>
  Tooltip
</button>
  • First parameter is for label. ( Required )
  • Second parameter is for position. ( Optional - Default: top )
  • Third parameter is for size. ( Optional - Default: fit )

For parameter and other details click.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.