Tooltip

Display a brief helper text to your user

Codesandbox

Sizes

Codesandbox

Color

Codesandbox

Styles

Codesandbox
Tooltip always

Advanced

Codesandbox

API

Name Description Type Values Default
type Type (color) of the tooltip, optional String is-white, is-black, is-light, is-dark, is-primary, is-info, is-success, is-warning, is-danger, and any other colors you've set in the $colors list on Sass is-primary
active Whether tooltip is active or not, optional Boolean true
label Tooltip text String
position Tooltip position in relation to the element, optional String is-top, is-bottom, is-top-left, is-top-right, is-bottom-left, is-bottom-right is-top
always Tooltip will be always active, optional Boolean false
animate Tooltip will have fly animation, customizable, optional Boolean, Object true
square Tooltip will be square (not rounded corners), optional Boolean false
dashed Tooltip slot will have a dashed underline, optional Boolean false
multilined Tooltip will be multilined, optional Boolean false
size Tooltip multiline size (only works for multilined tooltips), optional String is-small, is-medium, is-large is-medium
rounded Tooltip will be fully rounded on left and right edges, optional Boolean false
style Tooltip style override, optional String