@extends('layouts.master') @section('title')Range Slider @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Extended UI @endslot @slot('title') Range Slider @endslot @endcomponent @endsection

Examples

Basic Example
Colorpicker
Using HTML5 Input Elements
Non linear slider
Locking sliders together
Only showing tooltips when sliding handle
Colored Connect Elements
Creating a toggle
Soft limits
@endsection @section('script') @endsection