{# ========================================================================= #}
{# :: Info #}
{# ========================================================================= #}
{% set info %}

Component where the user can accept the cookie settings of the website.
It is displayed at the bottom on desktop screens and on top on mobile screens.

{% endset %}

{# ========================================================================= #}
{# :: Modifiers #}
{# ========================================================================= #}
{# {% set modifiers %}

{% endset %} #}

{# ========================================================================= #}
{# :: States #}
{# ========================================================================= #}
{% set states %}

- is-open

  Displays the cookie bar

{% endset %}
