carbon-components
Version:
Carbon Components is a component library for IBM Cloud
15 lines (12 loc) • 558 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.
-->
<button data-copy-btn class="bx--btn bx--btn--primary bx--btn--copy bx--btn--sm">
Copy button
<svg class="bx--btn__icon" width="16" height="16" viewBox="0 0 16 16">
<path d="M7.5 7.5H4v1h3.5V12h1V8.5H12v-1H8.5V4h-1v3.5zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z" fill-rule="evenodd" />
</svg>
<div class="bx--btn--copy__feedback" data-feedback="Copied!"></div>
</button>