mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 07:07:11 -04:00
Update documentation with button-group
This commit is contained in:
parent
9234ad4948
commit
17064af2e9
1 changed files with 18 additions and 0 deletions
|
@ -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>≪</button>
|
||||||
|
<button>Playing ♫ </button>
|
||||||
|
<button>≫</button>
|
||||||
|
</div>
|
||||||
|
<footer class="code">
|
||||||
|
|
||||||
|
<pre><code><<b>div</b> <i>class</i>=<u>"button-group"</u></b>>
|
||||||
|
<<b>button</b>>≪<<b>/button</b>>
|
||||||
|
<<b>button</b>>Playing ♫ <<b>/button</b>>
|
||||||
|
<<b>button</b>>≫<<b>/button</b>>
|
||||||
|
<<b>/div</b>></code></pre>
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</article>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
${require('./_footer.html')}
|
${require('./_footer.html')}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue