Tooltip component props| Name | Type | Usage |
|---|---|---|
.. | All div element props | |
label | string | Tooltip text |
position | string | toprightbottomleft (Default: top) |
delay | number | Tooltip delay in milliseconds (Default: 300) |
// Default 300
<MumpUI message={{ delay: 500 }} />