@php
$examples = [
'Variants' => <<<'BLADE'
BLADE,
'Sizes, with an icon' => <<<'BLADE'
BLADE,
'Square, and pressed (hold the pointer down)' => <<<'BLADE'
BLADE,
'Colours' => <<<'BLADE'
BLADE,
'Toggle buttons' => <<<'BLADE'
BLADE,
'Icon buttons, and their tooltips' => <<<'BLADE'
BLADE,
'Icon button sizes and widths' => <<<'BLADE'
BLADE,
'Links and disabled' => <<<'BLADE'
BLADE,
'Loading indicator' => <<<'BLADE'
BLADE,
'Button groups: standard (press a button) and connected' => <<<'BLADE'
BLADE,
'A choice as a connected group' => <<<'BLADE'
BLADE,
'Split buttons' => <<<'BLADE'
BLADE,
'FABs and extended FABs' => <<<'BLADE'
BLADE,
'FAB menu' => <<<'BLADE'
BLADE,
];
@endphp