Ref: https://ui.nuxt.com/navigation/vertical-navigation
So, I am trying to use Phosphor icons from Iconify, and I noticed I can't get any of them to load. So, I tried a heroicon as per the example on that nuxt UI reference link above, and it worked.
So, I asked Phind Ai if it supports more than just "heroicons" and the answer it gave is "it supports hero icons and simple icons", and that if I want to add support for more icons, I should build a custom vertical navigation component, and it specifically recommended against extending the Vertical Navigation UI Component.
Am I missing something? Is there a way to use Phosphor icons in the Vertical Navigation component? If, so, how?
I'm using Windows 11 Pro 64bit, Tauri v1.5.9, Vue v3.4.15, Nuxt v3.9.3, TailwindCSS v3.4.1, Typescript