# 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://174969393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxNCrgHvEtBEHJOGTOcsQ%2Fuploads%2Fgit-blob-7d3fc0e757978db372fb5f1e431dd3164ac77133%2FScreenshot%20from%202023-09-12%2011-56-03.png?alt=media" alt=""><figcaption></figcaption></figure>

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