-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Name | Type | Description | Default |
---|---|---|---|
color | String | Color of the icon | kul-blue-600 |
Default
---
layout: stack
content-class: gap-15
---
# Logo Eavise
::content::
<LogoEavise width="50%" />
<LogoEavise width="50%" color="var(--kul-orange-400)" />
--- |