Hint
jsx
import { Hint } from '@semcore/base-components';SimpleHintPopperProps
| Name | Type | Description |
|---|---|---|
| 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. | |
| visible | boolean | Popper visibility value |
| defaultVisible | boolean | Default popper visibility |
| onVisibleChange | (visible: boolean, e: ) => boolean | void | Function called when visibility changes |
| ignorePortalsStacking | boolean | Set ignore for portal stacking |