Hi all,
We are following this guide;
We are running a bedrock + sage stack. Here are the steps we did follow:
-
composer require blade-ui-kit/blade-icons
in bedrock root -
wp acorn vendor:publish --tag=blade-icons
in bedrock root - edited
config/blade-icons.php
like in the documentation - created
icons
folder inresources/images
- Added icon set with
composer require blade-ui-kit/blade-heroicons
in bedrock root - Included icon in blade file
<x-heroicon-s-menu />
But after that we get following error;
Unable to locate a class or view for component [heroicon-s-menu]
Does anybody know how to fix this?
Thanks!