You are here

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

Default theme implementation to present an isotope filter button.

File

templates/isotope-sorter-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-sort-by="{{ value }}" class="js-sorter-button">{{ label }}</button>