Tooltip
Tooltip component from base-ui components.
Installation
Copy the following code into your app directory.
buridan add component tooltipUsage
Make sure to correctly set your imports relative to the component.
from components.base_ui.tooltip import tooltip
Examples
Below are examples demonstrating how the component can be used.
General
Basic example of a tooltip using the high-level API.
With Long Content
Demonstrates a tooltip with multi-line or long content.
Custom Placement
Shows tooltips positioned in non-default locations using side and align settings.
Low Level Tooltip
Shows how to build a group of icon tooltips using the low-level API.