Socket
Socket
Sign inDemoInstall

ember-microtip

Package Overview
Dependencies
3
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-microtip

Ember addon for Microtip tooltip library.


Version published
Maintainers
1
Install size
32.3 MB
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 29 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc