Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-smart-filters   php

Repository URL to install this package:

Version: 2.2.1 

/ for-js / active-filter.php

<?php
/**
 * Active filter item content
 */

?>
<% if ($label) { %>
	<div class="jet-active-filter__label"><% $label %></div>
<% } %>
<% if ($value) { %>
	<div class="jet-active-filter__val"><% $value %></div>
<% } %>
<div class="jet-active-filter__remove">&times;</div>