@zeix/ui-element
Version:
UIElement - a HTML-first library for reactive Web Components
19 lines (18 loc) • 497 B
HTML
<module-codeblock
collapsed
language="html"
copy-success="Copied!"
copy-error="Error trying to copy to clipboard!"
>
<p class="meta">
<span class="file">module-codeblock.html</span>
<span class="language">html</span>
</p>
<pre><code class="language-html"></code></pre>
<basic-button class="copy">
<button type="button" class="secondary small">
<span class="label">Copy</span>
</button>
</basic-button>
<button type="button" class="overlay">Expand</button>
</module-codeblock>