link
Information
- Folder
src/components/elements/link
Files
Schema
Mocks
Template
// src/components/elements/link/link.html.twig
<a href="{{ url }}" {% if target %} target="{{ target }}"{% endif %}
class="Link
{%- if class %} {{ class }}{% endif -%}
{%- if icon_left %} Link--iconLeft{% endif -%}
{%- if underline %} Link--underline{% endif -%}
{%- if tenant %} Link--{{ tenant }}{% endif -%}
">
{{ label }}
{% if icon %}{% include "@elements/icon/icon.html.twig" with {name: icon, class: "Link-icon"} only %}{% endif %}
</a>