@kano/kwc-paper-tooltip
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta.2 • Public • Published

Build status

Demo and API docs

<kwc-paper-tooltip>

Material design: Tooltips

<kwc-paper-tooltip> is a label that appears on hover and focus when the user hovers over an element with the cursor or with the keyboard. It will be centered to an anchor element specified in the for attribute, or, if that doesn't exist, centered to the parent node containing it.

Example:

<div style="display:inline-block">
  <button>Click me!</button>
  <kwc-paper-tooltip>Tooltip text</kwc-paper-tooltip>
</div>

<div>
  <button id="btn">Click me!</button>
  <kwc-paper-tooltip for="btn">Tooltip text</kwc-paper-tooltip>
</div>

The tooltip can be positioned on the top|bottom|left|right of the anchor using the position attribute. The default position is bottom.

<kwc-paper-tooltip for="btn" position="left">Tooltip text</kwc-paper-tooltip>
<kwc-paper-tooltip for="btn" position="top">Tooltip text</kwc-paper-tooltip>

Styling

The following custom properties and mixins are available for styling:

Custom property Description Default
--paper-tooltip-background The background color of the tooltip #616161
--paper-tooltip-opacity The opacity of the tooltip 0.9
--paper-tooltip-text-color The text color of the tooltip white
--paper-tooltip Mixin applied to the tooltip {}
--paper-tooltip-delay-in Delay before tooltip starts to fade in 500
--paper-tooltip-delay-out Delay before tooltip starts to fade out 0
--paper-tooltip-duration-in Timing for Animation when showing tooltip 500
--paper-tooltip-duration-out Timining for Animation when hiding tooltip 0
--paper-tooltip-animation Mixin applied to the tooltip animation {}

Package Sidebar

Install

npm i @kano/kwc-paper-tooltip

Weekly Downloads

2

Version

3.0.0-beta.2

License

BSD-3-Clause

Unpacked Size

502 kB

Total Files

23

Last publish

Collaborators

  • thefijimonster
  • dianlin61
  • jacobmorgan99
  • alexnklein
  • ellenw3lsh
  • camuskano
  • alexfiennes
  • kanocomputing
  • jamie_old_plantain