How to show FilamentIcon inside Placeholder
This example selects correct "icon class" (instead of icon itself).
I would like to show FilamentIcon instead.
Could not find example how to do it:
https://filamentphp.com/docs/3.x/support/icons
2 Replies
One option would be to replace the Placeholder with a custom View and render a
<x-filament::icon>
in your Blade template