UNPKG

1.07 kBHTMLView 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<button class="bx--btn bx--btn--secondary"
9 type="button">
10 Button
11</button>
12<button class="bx--btn bx--btn--secondary"
13 type="button" disabled>
14 Button
15</button>
16<button class="bx--btn bx--btn--secondary"
17 type="button">
18 With icon
19 <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--btn__icon" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8.5 7.5V3h-1v4.5H3v1h4.5V13h1V8.5H13v-1z"></path></svg>
20</button>
21<button class="bx--btn bx--btn--secondary"
22 type="button" disabled>
23 With icon
24 <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--btn__icon" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8.5 7.5V3h-1v4.5H3v1h4.5V13h1V8.5H13v-1z"></path></svg>
25</button>
\No newline at end of file