Input Balance Item

Display an Input Range component with an optional label, rendered into the meta-slot. Always wrap this component inside an Input Balance component.

'locked' => false,
'invalid' => false,
'value' => 50,
'meta' => false, // slot

Label

<x-inputBalanceItem />
<x-inputBalanceItem>
    <x-slot:meta>
        <p>Label</p>
    </x-slot>
</x-inputBalanceItem>
<x-inputBalanceItem>
    <x-slot:meta>
        <x-assetMeta
            icon="path/to/image"
            symbol="ECST"
            symbol-value="32,1956387"
            currency="EUR"
            currency-value="26,8296989"
        />
    </x-slot>
</x-inputBalanceItem>