Heroicons
Options
All Heroicons icons are available using the component:
1<x-icon name="home" class="w-5 h-5" />2<x-icon name="home" class="w-5 h-5" solid />
You can publish the icon configuration and define what will be the default style
php artisan vendor:publish --tag='wireui.config'
Or use an environment variable for that
1WIREUI_ICONS_STYLE=solid Options
| Prop | Required | Default | Type | Available |
|---|---|---|---|---|
| name | true | none | string | all heroicons |
| style | false | outline | string | outline|solid |
| solid | false | false | boolean | true|false |
| outline | false | false | boolean | true|false |