Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created August 16, 2017 21:13
Show Gist options
  • Select an option

  • Save sendgrid-gists/bf95ad73045daa5339b32bc6eae80db4 to your computer and use it in GitHub Desktop.

Select an option

Save sendgrid-gists/bf95ad73045daa5339b32bc6eae80db4 to your computer and use it in GitHub Desktop.
SendGrid style-guide advanced filter
<div class="filter-wrap">
<div class="filter-header">
<p class="filter-title">Search emails by <a class="filter-option-toggle" href="#">all</a> of the following:</p>
<div class="btn-list">
<button class="btn btn-small btn-secondary">Clear Search</button>
</div>
</div>
<div class="filter-list">
<div class="row">
<!-- columns containing inputs and selects -->
<i class="filter-row-remove sg-icon sg-icon-x"></i>
</div>
<div class="filter-buttons btn-list">
<button class="btn btn-small btn-secondary">Add a Filter</button>
<button class="btn btn-small btn-primary">Search</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment