isotope-filter-button.html.twig in Isotope (with Masonry and Packery) 8
Default theme implementation to present an isotope filter button.
1 theme call to isotope-filter-button.html.twig
- template_preprocess_isotope_filter in ./
isotope.theme.inc - Prepares variables for isotope filter template.
File
templates/isotope-filter-button.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to present an isotope filter button.
- *
- * @ingroup themeable
- */
- #}
- <button data-filter="{{ value }}" class="js-filter-button">{{ label }}</button>