HelpMark

メンテナー:
Raubzeug
GitHub
iconSize

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.

import {HelpMark} from '@gravity-ui/uikit';

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