Skip to content

Hint

jsx
import { Hint } from '@semcore/base-components';

SimpleHintPopperProps

NameTypeDescription
triggerRef Ref to the trigger element
placement The position of the popper relative to the trigger that called it.
timeout["timeout"] Timer to show and hide the popper
children Hint content. Better to use here some short text.
visibleboolean Popper visibility value
defaultVisibleboolean Default popper visibility
onVisibleChange(visible: boolean, e: ) => boolean | void Function called when visibility changes
ignorePortalsStackingboolean Set ignore for portal stacking

Released under the MIT License.

Released under the MIT License.