<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hakimel/Ladda/css/demo.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hakimel/Ladda/dist/ladda-themeless.min.css">
<script src="https://cdn.jsdelivr.net/gh/hakimel/Ladda/dist/spin.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hakimel/Ladda/dist/ladda.min.js"></script>
<article class="examples">
<div class="intro">
<h1>Ladda</h1>
<p>
A UI concept which merges loading indicators into the action that invoked them. Primarily intended for use with forms where
it gives users immediate feedback upon submit rather than leaving them wondering while the browser does its thing. For a
real-world example, check out any of the forms on <a href="http://slid.es">slid.es</a>.
</p>
</div>
<section>
<h3>expand-left</h3>
<button class="btn btn-primary ladda-button" data-color="green" data-style="expand-left"><span class="ladda-label">Submit</span></button>
</section>
<section>
<h3>expand-right</h3>
<button class="btn btn-primary ladda-button" data-color="green" data-style="expand-right"><span class="ladda-label">Submit</span></button>
</section>
<section>
<h3>expand-up</h3>
<button class="btn btn-primary ladda-button" data-color="green" data-style="expand-up"><span class="ladda-label">Submit</span></button>
</section>
<section>
<h3>expand-down</h3>
<button class="btn btn-primary ladda-button" data-color="green" data-style="expand-down"><span class="ladda-label">Submit</span></button>
</section>
<section>
<h3>zoom-in</h3>
<button class="btn btn-info ladda-button" data-color="red" data-style="zoom-in"><span class="ladda-label">Submit</span></button>
</section>
<section>
<h3>zoom-out</h3>
<button class="btn btn-info ladda-button" data-color="red" data-style="zoom-out"><span...