mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add webln test page
This commit is contained in:
15
resources/views/vendor/wireui/components/dropdown/item.blade.php
vendored
Normal file
15
resources/views/vendor/wireui/components/dropdown/item.blade.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@if ($separator)
|
||||
<div class="w-full my-1 border-t border-secondary-200 dark:border-secondary-600"></div>
|
||||
@endif
|
||||
|
||||
<a {{ $attributes->merge(['class' => $getClasses()]) }}>
|
||||
@if ($icon)
|
||||
<x-dynamic-component
|
||||
:component="WireUi::component('icon')"
|
||||
:name="$icon"
|
||||
class="w-5 h-5 mr-2"
|
||||
/>
|
||||
@endif
|
||||
|
||||
{{ $label ?? $slot }}
|
||||
</a>
|
||||
Reference in New Issue
Block a user