A back to the basics CSS starter kit. For when you don’t need the whole boot.
</p>
</header>
<mainid="wrap">
<navid="nav">
<ahref="installing.html">Installing</a>
<ahref="customizing.html">Customizing</a>
<ahref="content.html">Content</a>
<ahref="alerts.html">Alerts</a>
<ahref="badges.html">Badges</a>
<ahref="buttons.html">Buttons</a>
<ahref="dropdowns.html">Dropdowns</a>
<ahref="forms.html">Forms</a>
<ahref="loaders.html">Loaders</a>
<ahref="progress-bars.html">Progress Bars</a>
<ahref="switches.html">Switches</a>
<ahref="tabs.html">Tabs</a>
<ahref="tables.html">Tables</a>
<ahref="utilities.html">Utilities</a>
<ahref="grid-system.html">Grid System</a>
<ahref="icons.html">Icons</a>
<ahref="browser-support.html">Browser Support</a>
<ahref="attribution.html">Attribution</a>
</nav>
<divid="content">
<h2id="progress-bars">Progress Bars</h2>
<p>HTML5 introduced the <code><progress></code> element, but it’s not currently possible to style consistently in all browsers. As a result, Shoelace offers a custom alternative.</p>
<p>Create a progress bar with the following markup. Use the <code>progress-small</code> and <code>progress-big</code> modifiers to change the size. To set the state, use a <ahref="utilities.html#sizing-utilities">sizing utility</a> or set the width explicitly on the <code>progress-bar</code> element.</p>
<p>An optional text label can be included inside the <code>progress-bar</code> element.</p>
<aclass="github-button"href="https://github.com/claviska/shoelace-css/fork"data-size="large"aria-label="Fork claviska/shoelace-css on GitHub">Fork</a>
<aclass="github-button"href="https://github.com/claviska/shoelace-css/releases"data-icon="octicon-cloud-download"data-size="large"aria-label="Download claviska/shoelace-css on GitHub">Download</a>
<aclass="github-button"href="https://github.com/claviska/shoelace-css/issues"data-icon="octicon-issue-opened"data-size="large"aria-label="Issue claviska/shoelace-css on GitHub">Report a Bug</a>
<aclass="github-button"href="https://github.com/claviska/shoelace-css"data-icon="octicon-star"data-size="large"data-show-count="true"aria-label="Star claviska/shoelace-css on GitHub">Star</a>