FeatureHighlight
Use the FeatureHighlight to introduce new features to users or guide new users
through key functionality, positioned next to the relevant interface element.
FeatureHighlightProps
extends
, , , , , | Name | Type | Default | Description |
|---|---|---|---|
open | | Whether the FeatureHighlight is currently shown or not. Has to be controlled by the consumer. | |
anchor | | | | The element the popover is referring to (i.e. where the pointer is pointing to). |
placement? | 'right-bottom' | Placement of the FeatureHighlight. | |
onClose | () => | | Callback fired when closing the FeatureHighlight. |
FeatureHighlight.Title
You can use the FeatureHighlight.Title component to render a title for the
FeatureHighlight overlay.
TitleProps
extends
, , FeatureHighlight.Visual
VisualProps
extends
, , FeatureHighlight.Content
ContentProps
extends
, , FeatureHighlight.Actions
Prop Table did not receive data