@php $examples = [ 'Linear: determinate and indeterminate' => [<<<'BLADE' BLADE, true], 'Linear wavy' => [<<<'BLADE' BLADE, true], 'Thick' => [<<<'BLADE' BLADE, true], 'Circular' => [<<<'BLADE' BLADE, false], 'Colours' => [<<<'BLADE' BLADE, true], 'Following a value in the browser (bind)' => [<<<'BLADE'
BLADE, false], ]; @endphp

Progress

<x-progress>: M3 Expressive's linear and circular progress indicators, flat or wavy, determinate or indeterminate.

@foreach ($examples as $title => [$code, $stack]) @endforeach