Hi,
Is it possible to use custom images in Sidebar component? I have svg files that I need to use as Icons on the LI elements within the Sidebar. I cannot use the icons that come with Metro Studio, I need to use my own svg files.
Thank you,
Yoshiro
For example, something like this -
<SfSidebar @ref="sidebarObj" Width="220px" DockSize="72px" EnableDock=true @bind-IsOpen="SidebarToggle">
<ChildContent>
<div class="dock">
<li class="sidebar-item" id="toggle" @onclick="Toggle">
<span class="images/myimg.svg expand">span>
<span class="e-text" title="menu">Menuspan>
li>