React
Trigger/anchor bubble with controlled state, outside-click closing, close button, placement, and content props.

import { HelpBubbleTrigger, HelpBubbleAnchor } from "@hozorica/hods-react/help-bubble";import { HelpBubbleTrigger, HelpBubbleAnchor } from "@hozorica/hods-react-native/help-bubble";ReactNodeMain bubble text.ReactNodeSecondary bubble text.booleanControlled and uncontrolled visibility.(open) => voidCalled when visibility changes.top | right | bottom | left | *-start | *-endBubble position around the anchor.booleanShows an explicit close button.booleanCloses the bubble on outside pointer down. Defaults to true.objectProps passed to the bubble content element.Trigger/anchor bubble with controlled state, outside-click closing, close button, placement, and content props.
Anchored Pressable/View bubble with matching state and placement API.
<HelpBubbleTrigger title="도움말"><ActionButton>토글</ActionButton></HelpBubbleTrigger>