carbon-components
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
25 lines (21 loc) • 604 B
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.
-->
<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>