mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-17 20:48:29 +01:00
951df23c91
Update to Laravel 9 Commit for the upcoming from-end update.
9 lines
388 B
PHP
9 lines
388 B
PHP
<label for='title' class='form-label'>Spacing height</label>
|
|
{{-- <input type='number' name='height' value="{{$params->height ?? ''}}" class='form-control w-25' /> --}}
|
|
|
|
<input type="range" class="custom-range" id="height" name='height' value={{$params->height??5}} oninput="this.nextElementSibling.value = this.value"><output class='font-weight-bold'>{{$params->height??5}}</output>
|
|
|
|
|
|
|
|
|