<gov-button color="primary" size="m" type="solid">
Button
</gov-button>
<gov-button color="{{ color }}" size="{{ size }}" type="{{ type }}"
{{#if aria-label}} aria-label="{{ aria-label }}"{{/if}}
{{#if classes}} class="{{#each classes}} {{ this }}{{/each}}"{{/if}}
{{#if disabled}} disabled="{{ disabled }}"{{/if}}
{{#if expanded}} expanded="{{ expanded }}"{{/if}}
{{#if external}} target="_blank" rel="noreferrer nofollow"{{/if}}
{{#if href}} href="{{ href }}"{{/if}}
{{#if native-type}} native-type="{{ native-type }}"{{/if}}
{{#if role}} role="{{ role }}"{{/if}}
{{#if slot}} slot="{{ slot }}"{{/if}}
{{#if title}} title="{{ title }}"{{/if}}
>
{{#if icon-start}}
{{ render '@icon' icon-start }}
{{/if}}
{{#if text}}{{{ text }}}{{/if}}
{{#if @partial-block}}{{> @partial-block}}{{/if}}
{{#if icon-end}}
{{ render '@icon' icon-end }}
{{/if}}
</gov-button>
{
"text": "Button",
"color": "primary",
"type": "solid",
"size": "m"
}
No notes defined.