How do you add an icon file in front of the Title slot in the Aequos Collapsible data-group-name? #90
-
I have an Aequos Collapsible and I would like to place the icon in front of the title in a custom template. I have: How do I add the below to the top please? < aequos-iconfile Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @tedtninety, You can't add the HandlebarsCSSaequos-iconfile {
position: relative;
top: 25px;
}
aequos-collapsible > div > div {
padding-left: 20px;
} Result |
Beta Was this translation helpful? Give feedback.
Hi @tedtninety,
You can't add the
<aequos-iconfile />
into the collapsible attribute. Only string is allowed.You can, by the way, use CSS as workaround to position the icon file at the same level than the header of the group collapsible component.
Handlebars
CSS