1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento base per componenti Blade

This commit is contained in:
Dasc3er
2021-03-15 14:48:56 +01:00
parent 06439a275f
commit 457acd6f20
25 changed files with 325 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
<x-input :name="$name" :id="$id" :unique_id="$unique_id" :label="$label">
<x-input-wrapper :name="$name" :id="$id" :unique_id="$unique_id" :label="$label">
{{-- "+ this.checked" rende il valore booleano un numero --}}
<div class="form-group checkbox-group">
<input type="hidden" name="{{ $name }}" value="{{ $value }}" class="openstamanager-input">
@@ -23,4 +23,4 @@
<x-slot name="before">{{ isset($before) ? $before : null }}</x-slot>
<x-slot name="after">{{ isset($after) ? $after : null }}</x-slot>
</x-input>
</x-input-wrapper>