@carbon/charts
Version:
Carbon charting components
30 lines (27 loc) • 1.09 kB
HTML
<!--
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.
-->
<button
class="bx--btn bx--btn--ghost bx--btn--sm"
type="button">
Button
</button>
<button
class="bx--btn bx--btn--ghost bx--btn--sm"
type="button" disabled>
Button
</button>
<button
class="bx--btn bx--btn--ghost bx--btn--sm"
type="button">
With icon
<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="M9 7V3H7v4H3v2h4v4h2V9h4V7z"></path></svg>
</button>
<button
class="bx--btn bx--btn--ghost bx--btn--sm"
type="button" disabled>
With icon
<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="M9 7V3H7v4H3v2h4v4h2V9h4V7z"></path></svg>
</button>