Tooltip
Tooltips are brief pieces of information that appear on hover state over an element to clarify its meaning or use for the user.
install | yarn add @clayui/tooltip |
---|---|
version | 3.119.0 |
Stable3.119.0View in LexiconCHANGELOG
Tooltip
Property | Description |
---|---|
alignPosition typeof ALIGN_POSITIONS[number] | Position in which the tooltip will be aligned to the element. The default value is 'bottom' |
show boolean | Flag to indicate if tooltip is displayed. |
TooltipProvider
Property | Description |
---|---|
autoAlign
| The default value is true |
containerProps
| The default value is {} |
contentRenderer
| The default value is (props) => props.title |
delay
| The default value is 600 |