HelpMark

관리자:
Raubzeug
GitHub
iconSize
import {HelpMark} from '@gravity-ui/uikit';

A help icon that reveals contextual information in a popover on hover or click. Ideal for showing tips, explanations, or supporting content without taking up extra space in the interface.

Examples

Component with rendered raw html and close on mouse leave:

Properties

HelpMark accepts any valid button element props in addition to these:

NameDescriptionTypeDefault
iconSizeSets icon size"s" "m" "l" "xl""m"
popoverPropsOverride Popover propsPopoverProps
childrenContent displayed inside the popoverReact.ReactNode