UNPKG

604 BHTMLView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<div class="bx--btn-set">
9 <button class="bx--btn bx--btn--secondary">
10 Secondary Button
11 </button>
12 <button class="bx--btn bx--btn--primary">
13 Primary Button
14 </button>
15</div>
16
17<div class="bx--btn-set">
18 <button class="bx--btn bx--btn--secondary bx--btn--disabled" disabled>
19 Secondary Button
20 </button>
21 <button class="bx--btn bx--btn--primary bx--btn--disabled" disabled>
22 Primary Button
23 </button>
24</div>