# Button
Clickable button can be used in forms or anywhere in a document to perform an operation.
<su-button class="button button-blue">Primary</su-button>
<su-button class="button button-grey" :disabled=true>Disabled</su-button>
<su-button class="button button-outline">Cancel</su-button>
<su-button class="button button-blue" :processing=true></su-button>
# Default button colors
button-blue
button-green
button-yellow
button-orange
button-grey
button-outline
← Installation Color →