Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 814 Bytes

File metadata and controls

17 lines (14 loc) · 814 Bytes

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

<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>