@php
$examples = [
'Standard, discrete and disabled' => <<<'BLADE'
BLADE,
'Sizes, with an inset icon from md' => <<<'BLADE'
BLADE,
'Range and centred' => <<<'BLADE'
BLADE,
'Vertical' => <<<'BLADE'
{{-- M3 Expressive's second orientation. A vertical slider needs a height: it is on the wrapper, which the label and hint share. --}}
BLADE,
'Colours and value labels' => <<<'BLADE'
BLADE,
'Bound with x-model' => <<<'BLADE'
volume:
price:
BLADE,
];
@endphp
Sliders
<x-slider>: M3 Expressive's slider on native range inputs — standard, range and centred, horizontal or vertical, five sizes, ticks, value labels and an inset icon.
@foreach ($examples as $title => $code)
@endforeach