# Tooltip

Tooltips within the Sunbird-Ed portal are implemented using the semantic popup feature. These tooltips offer valuable hints and information, enhancing user understanding and interaction. They provide a user-friendly way to access context-specific details, contributing to an enriched user experience while leveraging the semantic popup functionality. For more information please refer to this doc <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/tooltip>

<figure><img src="https://content.gitbook.com/content/h6eC4pApOLA0inzPl7Cw/blobs/uZIDVmzgkT7JAdtxzjmW/Screenshot%20from%202023-09-12%2011-56-03.png" alt=""><figcaption></figcaption></figure>

```
<button class="sb-btn sb-btn-outline-gray sb-btn-normal"
suiPopup popupHeader="Short text Discription">Hover for tooltip</button>
```
