previously Vue Storefront Build Better Storefronts

Tooltip

SfTooltip can be used to provide additional information when an element receives focus or is hovered.

It's built on top of useTooltip and accepts all its params.

Learn more about useTooltip composable in the Composables > useTooltip docs.

Examples

Basic Usage

Accessibility notes

By default, this component sets role="tooltip".

Playground