@props([ 'href' => '#', 'icon' => null, // bootstrap-icons class, e.g. 'bi-pencil-square' 'variant' => 'default', // default | danger 'target' => null, 'confirm' => null, // optional confirm prompt text ]) class(['ds-action-link', 'danger' => $variant === 'danger']) }}> @if ($icon) @endif {{ $slot }}