# Search Box

The search box is a powerful tool that enables users to find relevant content within the Sunbird-Ed portal efficiently. It enhances the overall user experience by providing quick access to the information they need. For more information please refer to this link <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/search>

<figure><img src="https://3233010154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgPDmvKwE_DgYJbvPS%2Fuploads%2FY4vGJYnMdAEZRpAbbRFd%2Fimage.png?alt=media&#x26;token=1cf48683-f323-4aec-8de0-620734329ebe" alt=""><figcaption></figcaption></figure>

```
<div class="sb-search-box">
<div class="input-div relative">
  <i class="search icon"></i>
  <input class="sb-search-input" type="text" placeholder="Search..." />
  <i class="close icon"></i>
  <div class="sb-loader"></div>
</div>
<button class="sb-btn sb-btn-normal">Search</button>
</div>
```
