mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Merge branch 'dev' of https://github.com/picocss/pico into dev
This commit is contained in:
commit
30ff7bc212
39 changed files with 1631 additions and 4738 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
</footer>
|
||||
</article>
|
||||
<p>Buttons are <code><i>width</i>: <u>100%</u>;</code> by default. Use <code><<b>a</b> <i>role</i>=<u>"button"></u></code> if you need an inline element.</p>
|
||||
<p>Buttons are <code><i>width</i>: <u>100%</u>;</code> by default. Use <code><i>role</i>=<u>"button"</code> on an inline element if you need an inline button.</p>
|
||||
<article aria-label="Inline buttons examples">
|
||||
<a href="#" onclick="event.preventDefault()" role="button">Link</a>
|
||||
<a href="#" onclick="event.preventDefault()" role="button">Link</a>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<<b>dialog</b> <i>id</i>=<u>"modal-example"</u>>
|
||||
<<b>article</b>>
|
||||
<<b>a</b> <i>href</i>=<u>"#close"</u>
|
||||
<i>aria-label</i>=<u>"Close"</u>>
|
||||
<i>aria-label</i>=<u>"Close"</u>
|
||||
<i>class</i>=<u>"close"</u>
|
||||
<i>data-target</i>=<u>"modal-example"</u>
|
||||
<i>onClick</i>=<u>"toggleModal(event)"</u>>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</<b>p</b>>
|
||||
<<b>footer</b>>
|
||||
<<b>a</b> <i>href</i>=<u>"#cancel"</u>
|
||||
<i>role</i>=<u>"button"</u>>
|
||||
<i>role</i>=<u>"button"</u>
|
||||
<i>class</i>=<u>"secondary"</u>
|
||||
<i>data-target</i>=<u>"modal-example"</u>
|
||||
<i>onClick</i>=<u>"toggleModal(event)"</u>>
|
||||
|
|
|
@ -58,6 +58,16 @@
|
|||
<td>Cell</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="row">#</th>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</figure>
|
||||
|
||||
|
@ -98,6 +108,16 @@
|
|||
<<b>td</b>>Cell</<b>td</b>>
|
||||
</<b>tr</b>>
|
||||
</<b>tbody</b>>
|
||||
<<b>tfoot</b>>
|
||||
<<b>tr</b>>
|
||||
<<b>th</b> <i>scope</i>=<u>"col"</u>>#</<b>th</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
</<b>tr</b>>
|
||||
</<b>tfoot</b>>
|
||||
</<b>table</b>></code></pre>
|
||||
|
||||
<p><code><i>role</i>=<u>"grid"</u></code> enable striped rows.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue