first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="searchBar">
|
||||
<form class="searchBarInput flex">
|
||||
<input type="text" name="searchbar" placeholder="Search..." wire:change="query($event.target.value)">
|
||||
<img src={{ asset('images/search.png') }}></img>
|
||||
</input>
|
||||
</form>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="flex column formGroup">
|
||||
<label for={{$name}}>{{$label}}</label>
|
||||
<input type="text" name="{{$name}}" id={{$name}}>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="flex column formGroup">
|
||||
<label for={{$name}}>{{$label}}</label>
|
||||
<div id="editor" wire:ignore></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user