mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Allow custom HTML for HeaderNavItem with slot
This commit is contained in:
parent
821233ab4f
commit
bca58f75c6
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@
|
|||
}
|
||||
}}"
|
||||
>
|
||||
<span class:bx--text-truncate--end="{true}">{text}</span>
|
||||
<span class:bx--text-truncate--end="{true}"><slot>{text}</slot></span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue