range slider #8875
Unanswered
AsutoshBaral
asked this question in
Help
range slider
#8875
Replies: 1 comment 1 reply
-
RangeSlider::make('slider') <!-- resources/views/forms/components/range-slider.blade.php -->
<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
<input type="range" {{ $applyStateBindingModifiers('wire:model') }}="{{ $getStatePath() }}">
</x-dynamic-component> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions