UNPKG

772 Btext/x-handlebars-templateView 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="{{@root.prefix}}--btn-set">
9 <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--secondary">
10 Secondary Button
11 </button>
12 <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--primary">
13 Primary Button
14 </button>
15</div>
16
17<div class="{{@root.prefix}}--btn-set">
18 <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--secondary {{@root.prefix}}--btn--disabled" disabled>
19 Secondary Button
20 </button>
21 <button class="{{@root.prefix}}--btn {{@root.prefix}}--btn--primary {{@root.prefix}}--btn--disabled" disabled>
22 Primary Button
23 </button>
24</div>
25
\No newline at end of file