Home > @uniformdev/design-system > SwatchLabelTooltip

SwatchLabelTooltip() function

A tooltip component that displays a swatch label with a parent title and a description.

Signature:

Parameters

Parameter

Type

Description

{ parentTitle, title, description, }

(not declared)

input

{ parentTitle?: string | React.ReactElement; title?: string | React.ReactElement; description?: string | React.ReactElement; }

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example