Skip to content

LogoEavise Component

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

This component places the EAVISE logo (icon + text) as an inline svg, which allows you to style it easily.

Arguments

Name Type Description Default
color String Color of the icon kul-blue-600

Examples

Default

logo_eavise-default

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

# Logo Eavise
::content::

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

---