yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use Hericon ?

stoneC0der opened this issue · comments

I tried to use hericon but can figure out how to implement that
can you point me to the right direction if that's doable and simple or my just sweet to compatible icon libraries

Thanks!

Icon property with a custom component:

import myIcon from './myIcon.vue'

// menu
{
  icon: {
    element: myIcon
  }
}

Thanks a lot.