Update documentation with button-group

This commit is contained in:
reinerBa 2022-02-21 22:38:44 +01:00 committed by GitHub
parent 9234ad4948
commit 17064af2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,24 @@
</footer> </footer>
</article> </article>
<p>Tie buttons together as <code>.button-group</code>.</p>
<article aria-label="Button group examples">
<div class="button-group">
<button>&NestedLessLess;</button>
<button>Playing &#9835; </button>
<button>&NestedGreaterGreater;</button>
</div>
<footer class="code">
<pre><code>&lt;<b>div</b> <i>class</i>=<u>"button-group"</u></b>&gt;
&lt;<b>button</b>&gt;&NestedLessLess;&lt;<b>/button</b>&gt;
&lt;<b>button</b>&gt;Playing &#9835; &lt;<b>/button</b>&gt;
&lt;<b>button</b>&gt;&NestedGreaterGreater;&lt;<b>/button</b>&gt;
&lt;<b>/div</b>&gt;</code></pre>
</footer>
</article>
</section> </section>
${require('./_footer.html')} ${require('./_footer.html')}