Initial commit
This commit is contained in:
8
resources/views/livewire/unread-indicator.blade.php
Normal file
8
resources/views/livewire/unread-indicator.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div>
|
||||
@if ($unreadCount > 0)
|
||||
<span class="absolute top-0 right-0 flex h-3 w-3">
|
||||
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-red-400 opacity-75"></span>
|
||||
<span class="relative inline-flex rounded-full h-3 w-3 bg-green-900"></span>
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user