flyout

Information

Folder
src/components/elements/flyout

Files

Schema
Mocks
Template
// src/components/elements/flyout/flyout.html.twig

<div class="Flyout js-Flyout{% if class %} {{ class }}{% endif %}{% if has_flyout_open %} is-open{% endif %}">
  <div class="Flyout-holder">
    <span class="Flyout-headline u-typo-headline6">Vielen Dank für Ihre Unterstützung!</span>
    <button class="Flyout-closeButton js-Flyout-closeButton u-typo-copy-bold u-brandLink" type="button">
      Schließen
      {% include "@elements/icon/icon.html.twig" with {
        name: "cross",
        class: "Flyout-closeIcon",
      } only %}
    </button>
  </div>
  <p class="Flyout-copy u-typo-copy-small"><u>Monatliche</u> Spenden helfen Greenpeace am meisten. Erfolgreich die Umwelt zu schützen, benötigt einen langen Atem.</p>
</div>

Variants

default
Open

default mock data

Raw
Resolved