README
Share
[](https://travis-ci.org/PolymerElements/paper-tooltip)
_[Demo and API docs](https://elements.polymer-project.org/elements/paper-tooltip)_
##<paper-tooltip>
Material design: [Tooltips](https://www.google.com/design/spec/components/tooltips.html)
`
Example:
```html
The tooltip can be positioned on the top|bottom|left|right of the anchor using the `position` attribute. The default position is bottom.
```html
### 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 | `{}` |