mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Livewire UI installed
This commit is contained in:
12
resources/views/vendor/wireui/components/select/option.blade.php
vendored
Normal file
12
resources/views/vendor/wireui/components/select/option.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<div name="wireui.select.option">
|
||||
<span name="wireui.select.option.data">@toJs($toArray())</span>
|
||||
@if (app()->runningUnitTests())
|
||||
<div dusk="select.option">
|
||||
{!! json_encode($toArray()) !!}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if ($slot->isNotEmpty())
|
||||
<span name="wireui.select.slot">{{ $slot }}</span>
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user