@php $examples = [ 'Assist chips' => <<<'BLADE' BLADE, 'Filter chips' => <<<'BLADE' BLADE, 'Input chips' => <<<'BLADE' BLADE, 'Suggestion chips' => <<<'BLADE' BLADE, 'A set that scrolls' => <<<'BLADE' {{-- M3 asks an overflowing chip row for a visible affordance: the edge it can still scroll towards fades, and on a mouse a button sits over it. --}}
BLADE, ]; @endphp

Chips

<x-chip> — assist, filter, input and suggestion — and <x-chip-set>.

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