Tooltip
A tooltip displays a description of an element on hover or focus.
Installation
CLI
Copy & Paste
npx @sly-cli/sly add draft-ui tooltipExamples
Default
The default Tooltip uses placement top.
Example
Code
Placement
Set the placement prop to change the default Tooltip placement.
Example
Code