-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
Description
It seems that we're lacking context about icon options in Flux. The AI keeps making up icon names that do not actually exist. For example:
<flux:button icon="download" wire:click="export">{{ __('Export to Excel') }}</flux:button>
There is no "download" icon. The closest would be "arrow-down-tray."
Now, the Boost docs do not actually include a list of available icon names. It just points to https://heroicons.com/ for a list of available values. Perhaps we need to list all available Heroicons and pass that list to Boost.
RiadhKHEDHIRI