co-tooltip
This content is not available in your language yet.
Ver código
<co-tooltip></co-tooltip> Props
| Prop | Atributo | Tipo | Default | Descripción |
|---|---|---|---|---|
arrow | arrow | boolean | true | Show an arrow pointing at the trigger. |
content | content | string | '' | Tooltip text content. |
disabled | disabled | boolean | false | Prevent the tooltip from appearing. |
flip | flip | boolean | true | Auto-flip when the tooltip would overflow the viewport. |
hideDelay | hide-delay | number | 100 | Delay in ms before hiding the tooltip on mouse leave. |
maxWidth | max-width | string | '280px' | Maximum width before text wraps. |
offset | offset | number | 8 | Gap in px between the trigger and tooltip. |
placement | placement | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start" | 'top' | Position relative to the trigger element. |
showDelay | show-delay | number | 300 | Delay in ms before showing the tooltip on hover. |
Eventos
Este componente no emite eventos personalizados.
Slots
Este componente no expone slots.
CSS Parts
Este componente no expone CSS parts.
CSS Custom Properties
Este componente no expone CSS custom properties.