Code
The Tooltip component usage and API reference.
API
This component extends the native <div> API. That's why the className prop is not included in the table.
Props
Data Type
Required
children
ReactNode
β
message
ReactNode
β
isDisabled
disabled
β
position
top | bottom | right | left
β
spacing
number
β
delayDuration
number (milliseconds)
β
Example
Last updated