float-tooltip

Floating tooltip component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
float-tooltip
001.2.1a year ago2 years agoMinified + gzip package size for float-tooltip in KB

Readme

Floating Tooltip
!NPM packagenpm-imgnpm-url !Build Sizebuild-size-imgbuild-size-url !NPM Downloadsnpm-downloads-imgnpm-downloads-url
A floating tooltip JS component.

Quick start

import Tooltip from 'float-tooltip';
or using a script tag
<script src="//unpkg.com/float-tooltip"></script>
then
const myTooltip = Tooltip();
myTooltip
  (<triggerDOMElement>)
  .content('<div>Hello World!</div>');

API reference

| Method | Description | Default | | --- | --- | --- | | content(string) | Specify the content of the tooltip. Supports plain text or HTML content. If a falsy value is supplied the tooltip will automatically hide. | false |

Giving Back

paypal If this project has helped you and you'd like to contribute back, you can always buy me a ☕!