Tooltip
Default tooltip example
hi mom
lorem ipsum, content blah blah, other stuff
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.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.Triggering
Disable arrow
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
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.Binding isOpen
Tooltip content