@extends('layouts.default') @section('title', 'Form Slider + Switcher') @push('css') @endpush @section('content')
Use the attribute data-render="switchery"
to render the switchery switcher,
and use the attribute data-theme="default"
to set the theme color
data-theme="default"
data-secondary-color="#dfdfdf"
data-classname="switchery"
data-disabled="true"
data-disabled-opacity="0.5"
data-speed="0.5s"
Use the attribute data-render="poweranger-slider"
to render the switchery powerange slider.
data-decimal="false"
data-disable="false"
data-disable-opacity="0.5"
data-hide-range="false"
data-class=""
data-min="0"
data-max="100"
data-min="null"
data-min="null"
data-vertical="false"
Available Classes for powerange slider is red
, blue
,
purple
, orange
and black
.
Set the attribute data-vertical="true"
in order to render the slider as horizontal view.