Skip to content

sinankeskin/ember-microtip

Repository files navigation

ember-microtip

Ember addon for pure css Microtip tooltip library.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v14 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.

About

Ember addon for pure css Microtip tooltip library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages