Tooltip
Default tooltip example
Tooltip content
hi mom
lorem ipsum, content blah blah, other stuff
Tooltip content
Tooltip types
You can use choose between dark and light version styles for the tooltip component by changing the utility classes from Tailwind CSS and by applying the `type=light|dark` data attribute.Tooltip content
Tooltip content
Tooltip content
Placement
The positioning of the tooltip element relative to the triggering element (eg. button, link) can be set using the `placement=top|right|bottom|left` attribute. **Note!** This examples shows you also how to share one tooltip between multiple triggering elements using advanced CSS query.Tooltip content - Left
Tooltip content - Top
Tooltip content - Bottom
Tooltip content - Right
Triggering
Hover tooltip content
Click tooltip content
Disable arrow
Tooltip content
External reference
If you need the tooltip to be attached to the other element then the tiggering one you can pass a CSS query to `reference` prop.External reference
And here's some amazing content. It's very engaging. Right?
Custom type
Various color palettes can be set for a tooltip by using the `color` property from the underlying `Frame` component. (Setting `color` prop sets the `type` to `custom` implicitly.) When you want to add a fully custom styles, use `type="custom"`, `defaultClass`, and `class` to modify the tooltip styling.Tooltip content
Tooltip content
Tooltip content