Variations

To differentiate what type of action a button has in a set of buttons use primary or secondary.

Markup

Toggle example guides Toggle HTML markup

<button pam-Button="">Default</button>
<button pam-Button="primary">Primary</button>
<button pam-Button="secondary">Secondary</button>
<button pam-Button="link">Link</button>