mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Add progress bar
This commit is contained in:
parent
fffb32dd7c
commit
c74bb0eabe
11 changed files with 273 additions and 28 deletions
|
@ -77,6 +77,7 @@
|
|||
<li><a href="#accordions" class="secondary">Accordions</a></li>
|
||||
<li><a href="#cards" class="secondary">Cards</a></li>
|
||||
<li><a href="#navs" class="secondary">Navs</a></li>
|
||||
<li><a href="#progress" class="secondary">Progress</a></li>
|
||||
<li><a href="#tooltips" class="secondary">Tooltips</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
|
@ -1074,6 +1075,22 @@
|
|||
</article>
|
||||
</section><!-- ./ Docs: Nav -->
|
||||
|
||||
<!-- Docs: Progress -->
|
||||
<section id="progress">
|
||||
<hgroup>
|
||||
<h2>Progress</h2>
|
||||
<h3>Progress bar element in pure HTML, without JavaScript.</h3>
|
||||
</hgroup>
|
||||
<article aria-label="Tooltips examples">
|
||||
<progress value="25" max="100"></progress>
|
||||
<progress indeterminate="true"></progress>
|
||||
|
||||
<pre><code><<b>progress</b> <i>value</i>=<u>"25</u></i>" <i>max</i>=<u>"100"</u>></<b>progress</b>>
|
||||
<<b>progress</b> <i>indeterminate</i>=<u>"true"</u>></<b>progress</b>></code></pre>
|
||||
|
||||
</article>
|
||||
</section><!-- ./ Docs: Progress -->
|
||||
|
||||
<!-- Docs: Tooltips -->
|
||||
<section id="tooltips">
|
||||
<hgroup>
|
||||
|
@ -1090,7 +1107,7 @@
|
|||
<<b>p</b>><<b>button</b> <i>data-tooltip</i>=<u>"Tooltip"</u>>Tooltip on a button</<b>button</b>></<b>p</b>></code></pre>
|
||||
|
||||
</article>
|
||||
</section><!-- ./ Docs: Nav -->
|
||||
</section><!-- ./ Docs: Tooltips -->
|
||||
|
||||
<!-- Love -->
|
||||
<section id="love">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue