You are here

isotope-filter-button.html.twig in Isotope (with Masonry and Packery) 8

Default theme implementation to present an isotope filter button.

File

templates/isotope-filter-button.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to present an isotope filter button.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <button data-filter="{{ value }}" class="js-filter-button">{{ label }}</button>