Tooltip Component
A tooltip component for showing more info
Properties
Name | Type | Default | Description |
---|---|---|---|
placement | 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'top' | the position of the tooltip |
dismissible | boolean | true | is the tooltip dismissible? |
width | string | '0' | tooltip's width |
arrow-offset | string | '' | tooltip's arrow offset |
Slots
Name | Description |
---|---|
default | the label of the tooltip |
default | the tooltip's target element |
Events
Name | Description |
---|---|
dismiss | Fires when the toast dismiss button is clicked |