stack/src/components/button/button-nav-closer.twig line 1

Open in your IDE?
  1. {% set closer_props = {
  2.   icon_only: true,
  3.   extra_class: "--js-main-nav-closer ms-auto",
  4.   tag: "button",
  5.   variant: "ghost",
  6.   size: "sm",
  7.   icon: {
  8.     src: "@Images/svg/xmark.svg",
  9.     stroke_off: true
  10.   },
  11.   title: "close navigation"|trans,
  12. } %}
  13. {% include "@Components/button/button.twig" with {props: closer_props} %}