v1.0.0 initial release
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@props([
|
||||
'label' => '',
|
||||
'link' => null,
|
||||
])
|
||||
|
||||
<li><a class="whitespace-nowrap" @if($link) href="{{ $link }}" @endif>{{ $label }}</a></li>
|
||||
Reference in New Issue
Block a user