Components
Tooltip
Tooltips add additional context to interactive UI elements and appear on mouse hover or keyboard focus.
Tooltips as a UI pattern should be the last resort for conveying information as
they are hidden by default and often with zero or little visual indicator of its existence.
Usage ¶
Position ¶
Too much text ¶
Component arguments ¶
TimeAgo ¶
| Argument | Type | Description |
|---|---|---|
text |
str |
Required. The text to show in the tooltip. |
position |
str |
Optional. The position of the tooltip. Can be one of: top, right, bottom, or left. Default is bottom. |
Components ¶
Component |
File |
Source |
|---|---|---|
Tooltip |
tooltip.jinja |
|
tooltip.css |