Created
July 25, 2016 19:09
-
-
Save sendgrid-gists/74cc4198338112784ba60d7587e1f33d to your computer and use it in GitHub Desktop.
SendGrid style-guide search text input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="input-text-wrap is-search"> | |
<label class="input-text-label" for="input-text-example-search">Search</label> | |
<input type="text" id="input-text-example-search" value="whitelabel"> | |
<div class="input-search-results"> | |
<p class="search-results-title">Search for "whitelabel"</p> | |
<span class="loading"></span> | |
<ul class="search-results"> | |
<li class="search-result">Whitelabels are cool</li> | |
<li class="search-result">Really, really long title about whitelabels</li> | |
<li class="search-result">Whitelabels are nifty</li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment