Skip to content

LogoEaviseKUL Component

0phoff edited this page Nov 21, 2023 · 2 revisions

This component places the KU Leuven + EAVISE logo as an inline svg, which allows you to style it easily.

Arguments

Name Type Description Default
color String Color of the icon Multicolored base logo

Examples

Default

logo_eavise_kul-default

---
layout: stack
content-class: gap-15
---

# Logo Eavise KUL
::content::

<LogoEaviseKUL width="50%" />
<LogoEaviseKUL width="50%" color="var(--kul-orange-400)" />

---