@php $examples = [ 'Standard, discrete and disabled' => <<<'BLADE'
BLADE, 'Sizes, with an inset icon from md' => <<<'BLADE'
BLADE, 'Range and centred' => <<<'BLADE'
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, five sizes, ticks, value labels and an inset icon.

@foreach ($examples as $title => $code) @endforeach