<!--
  Copyright IBM Corp. 2016, 2018

  This source code is licensed under the Apache-2.0 license found in the
  LICENSE file in the root directory of this source tree.
-->

<div class="{{@root.prefix}}--btn-set">
  <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--secondary">
    Secondary Button
  </button>
  <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--primary">
    Primary Button
  </button>
</div>

<div class="{{@root.prefix}}--btn-set">
  <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--secondary {{@root.prefix}}--btn--disabled" disabled>
    Secondary Button
  </button>
  <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--primary {{@root.prefix}}--btn--disabled" disabled>
    Primary Button
  </button>
</div>
