9.0.3 • Published 3 months ago

@exmg/exmg-tooltip v9.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
3 months ago

<exmg-tooltip> Published on npm

@exmg/exmg-tooltip

Tooltip element to display small amounts of information bound to an element.

Demo

Installation

npm install @exmg/exmg-tooltip

Example Usage

Standard

<div style="position:relative;">
  <button id="styledBtn">Test</button>
  <exmg-tooltip for="styledBtn">the name means "different lizard"</exmg-tooltip>
</div>

API

Slots

NameDescription
defaultButton to handle copy to clipboard

Properties/Attributes

NameTypeDefaultDescription
forstringNoneThe id of the element that the tooltip is anchored to. This element must be a sibling of the tooltip.
positionstringbottomPositions the tooltip to the top, right, bottom, left of its content.
fitToVisibleBoundsbooleanNoneThe id of the element that the tooltip is anchored to. This element must be a sibling of the tooltip.
xOffsetnumberNoneX axis offset from the parent's center.
yOffsetnumberNoneY axis offset from the parent's center.

Methods

None

Events

None

CSS Custom Properties

NameDefaultDescription
--exmg-tooltip-font-size10pxFont size of tooltip text
--exmg-tooltip-line-height1Text line height
--exmg-tooltip-background#616161Background color
--exmg-tooltip-opacity0.9Tooltip opacity
--exmg-tooltip-text-colorwhiteFont color
--exmg-tooltip-padding8pxContainer padding
--exmg-tooltip-border-radius2pxContainer border radius
--exmg-tooltip-min-widthinitialMin width of the tooltip

Additional references

9.0.3

3 months ago

9.0.1

3 months ago

8.1.35

8 months ago

8.1.34

10 months ago

8.1.31

12 months ago

8.1.33

11 months ago

8.1.32

12 months ago

8.1.26

2 years ago

8.1.17

2 years ago

8.1.9

3 years ago

8.1.10

3 years ago

8.1.13

3 years ago

8.1.12

3 years ago

8.1.14

3 years ago

8.1.2

3 years ago

8.1.1

3 years ago

8.1.8

3 years ago

8.1.4

3 years ago

8.1.3

3 years ago

8.1.6

3 years ago

8.1.5

3 years ago

8.1.0

3 years ago

8.0.1

3 years ago

8.0.3

3 years ago

8.2.0

3 years ago

8.0.2

3 years ago

8.0.0

3 years ago

2.0.2

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago