UNPKG

carbon-components

Version:

Carbon Components is a component library for IBM Cloud

25 lines (21 loc) 604 B
<!-- 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="bx--btn-set"> <button class="bx--btn bx--btn--secondary"> Secondary Button </button> <button class="bx--btn bx--btn--primary"> Primary Button </button> </div> <div class="bx--btn-set"> <button class="bx--btn bx--btn--secondary bx--btn--disabled" disabled> Secondary Button </button> <button class="bx--btn bx--btn--primary bx--btn--disabled" disabled> Primary Button </button> </div>