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:
11
resources/views/vendor/wireui/components/circle-badge.blade.php
vendored
Normal file
11
resources/views/vendor/wireui/components/circle-badge.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<span {{ $attributes->merge() }}>
|
||||
@if ($icon)
|
||||
<x-dynamic-component
|
||||
:component="WireUi::component('icon')"
|
||||
:name="$icon"
|
||||
class="{{ $iconSize }} shrink-0"
|
||||
/>
|
||||
@else
|
||||
{{ $label ?? $slot }}
|
||||
@endif
|
||||
</span>
|
||||
Reference in New Issue
Block a user