Styling
Use the specialclass attribute to set custom class names for the rendered icon.
Class names will be merged with the default class names declared in the configuration (if any).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Render icons with the Unicon Blade component.
<x-icon name="heroicons:clock" />
class attribute to set custom class names for the rendered icon.
<x-icon name="heroicons:clock" class="w-6 h-6" />
<x-icon name="heroicons:clock" data-slot="icon" />