mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 22:57:12 -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>
|
||||
</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>
|
||||
|
||||
${require('./_footer.html')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue