<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Scope 1 - Button 1" data-uid="69f0d0ad8b702" data-component="button" data-scope="s-a-unique-scope-id;">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Scope 1 - Button 1
</span>
</span> </a>
<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Scope 1 - Button 2" data-uid="69f0d0ad8b764" data-component="button" data-scope="s-a-unique-scope-id;">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Scope 1 - Button 2
</span>
</span> </a>
<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Scope 2 - Button 1" data-uid="69f0d0ad8c119" data-component="button" data-scope="s-a-unique-scope-id-2;">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Scope 2 - Button 1
</span>
</span> </a>
<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Scope 2 - Button 2" data-uid="69f0d0ad8c16c" data-component="button" data-scope="s-a-unique-scope-id-2;">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Scope 2 - Button 2
</span>
</span> </a>
<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Unscoped - Button 1" data-uid="69f0d0ad8c205" data-component="button">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Unscoped - Button 1
</span>
</span> </a>
<a class="c-button c-button__filled c-button__filled--primary c-button--md" href="https://getmunicipio.com" target="_top" aria-label="Unscoped - Button 2" data-uid="69f0d0ad8c244" data-component="button">
<span class="c-button__label"> <span class="c-button__loader"></span>
<span class="c-button__label-text ">
Unscoped - Button 2
</span>
</span> </a>
@scope(['name' => 'a-unique-scope-id'])
@button([
'text' => 'Scope 1 - Button 1',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton
@button([
'text' => 'Scope 1 - Button 2',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton
@endscope
@scope(['name' => 'a-unique-scope-id-2'])
@button([
'text' => 'Scope 2 - Button 1',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton
@button([
'text' => 'Scope 2 - Button 2',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton
@endscope
@button([
'text' => 'Unscoped - Button 1',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton
@button([
'text' => 'Unscoped - Button 2',
'color' => 'primary',
'style' => 'filled',
'href' => 'https://getmunicipio.com'
])
@endbutton