React
Hover and focus tooltip with aria-describedby.

import { Tooltip } from "@hozorica/hods-react/tooltip";ReactNodeTooltip body.top | right | bottom | leftTooltip side around the trigger.numberOpen delay in milliseconds.booleanPrevents the tooltip from opening.Hover and focus tooltip with aria-describedby.
Use HelpBubble or native accessibility hints instead.
<Tooltip content="저장하기"><ActionButton>Save</ActionButton></Tooltip>