Tooltip

A tooltip is a small box with text that is activated on focus or hover. The tooltip summarizes the content or use.

Read more about this component in the Aksel documentation.

Properties

PropertyDescriptionDefault
Control
Properties
content
required

Text-content inside tooltip.

string
-
arrow

Toggles rendering of arrow.

boolean
true
class
string unknown unknown -
delay

Adds a delay in milliseconds before opening tooltip.

number
150
keys

List of Keyboard-keys for shortcuts.

string[]
[]
maxChar

Sets max allowed character length.

number
80
offset

Distance from anchor to tooltip.

number
10
open

Open state for tooltip.

boolean
false
placement

Orientation for tooltip.

"top" "right" "bottom" "left"
"top"
Snippets
children

Content to which the tooltip will activate.

 -