You are here

pagerer-slider-icon.html.twig in Pagerer 8

Same filename and directory in other branches
  1. 8.2 templates/pagerer-slider-icon.html.twig

Default theme implementation to display a pagerer slider icon.

Available variables:

  • icon: The name of the jQuery UI icon to render.

File

templates/pagerer-slider-icon.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a pagerer slider icon.
  5. *
  6. * Available variables:
  7. * - icon: The name of the jQuery UI icon to render.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <div class='pagerer-slider-control-icon ui-icon ui-icon-{{ icon }}'/>