carbon-components
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
16 lines (13 loc) • 572 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.
-->
<p>Here is an example of a text that a user would be reading. In this paragraph would be
<button data-copy-btn type="button"
class="bx--snippet bx--snippet--inline "
aria-label="Copy code" tabindex="0">
<code>inline code</code>
<span class="bx--assistive-text bx--copy-btn__feedback">Copied!</span>
</button>
that the user could look at and copy in to their code editor.</p>