@vcl/vcl
Version:
The whole VCL in one package
37 lines (24 loc) • 702 B
Markdown
# [VCL](https://vcl.github.io/vcl/) tooltip
Overlay carrying contextual, non-interactive content.
## Features
## Usage
The content of a tooltip can be just text like in the basic example.
The arrow pointer is optional and can be placed on any side using
a corresponding modifier.
[basic example](/demo/example-basic.html)
The content can also be made up of other components.
[basic example](/demo/example-rich.html)
## Classes
- `tooltip`
- `tooltip-content`
- `arrow-pointer`
- `arrow-pointer-bottom`
- `arrow-pointer-right`
- `arrow-pointer-left`
- `arrow-pointer-top`
## Modifiers
## Variables
- `$tooltip-color`
- `$tooltip-bg-color`
- `$tooltip-border-color`
- `$tooltip-shadow-color`