mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
add livewire component
This commit is contained in:
parent
39820b83d6
commit
8e8a654133
13
app/Livewire/Mod/ModerationOptions.php
Normal file
13
app/Livewire/Mod/ModerationOptions.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Livewire\Mod;
|
||||||
|
|
||||||
|
use Livewire\Component;
|
||||||
|
|
||||||
|
class ModerationOptions extends Component
|
||||||
|
{
|
||||||
|
public function render()
|
||||||
|
{
|
||||||
|
return view('livewire..mod.moderation-options');
|
||||||
|
}
|
||||||
|
}
|
11
resources/views/livewire/mod/moderation-options.blade.php
Normal file
11
resources/views/livewire/mod/moderation-options.blade.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<div>
|
||||||
|
{{-- Icon (shield with keyhole) --}}
|
||||||
|
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M3 5.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5a.75.75 0 0 0-.75.75ZM13.995 11a2 2 0 0 1-1.245 1.852v2.398a.75.75 0 0 1-1.5 0v-2.394A2 2 0 1 1 13.995 11Z"/>
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
{{-- Another good option for an icon if the shield is too much (option dials)--}}
|
||||||
|
{{-- <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">--}}
|
||||||
|
{{-- <path d="M8.75 13.5a3.251 3.251 0 0 1 3.163 2.5h9.337a.75.75 0 0 1 .102 1.493l-.102.007h-9.337a3.251 3.251 0 0 1-6.326 0H2.75a.75.75 0 0 1-.102-1.493L2.75 16h2.837a3.251 3.251 0 0 1 3.163-2.5Zm6.5-9.5a3.251 3.251 0 0 1 3.163 2.5h2.837a.75.75 0 0 1 .102 1.493L21.25 8h-2.837a3.251 3.251 0 0 1-6.326 0H2.75a.75.75 0 0 1-.102-1.493L2.75 6.5h9.337A3.251 3.251 0 0 1 15.25 4Z"/>--}}
|
||||||
|
{{-- </svg>--}}
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user