All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.paper-tooltip.README.md Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
# 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:

```html
    
Tooltip text
Tooltip text
``` ### 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 | `{}`




© 2015 - 2025 Weber Informatics LLC | Privacy Policy