@php $examples = [ 'Linear: determinate and indeterminate' => <<<'BLADE' BLADE, 'Linear wavy' => <<<'BLADE' BLADE, 'Thick' => <<<'BLADE' BLADE, 'Circular' => <<<'BLADE' BLADE, 'Colours' => <<<'BLADE' BLADE, 'Following a value in the browser (bind)' => <<<'BLADE' BLADE, ]; // Every example stacks except Circular, which lays several indicators side by side in a row. $rows = ['Circular']; @endphp

Progress

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

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