{% extends 'layouts/vertical.html' %} {% block title %}Loading Button{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block page_content %}
{% set title='Loading Button' %} {% set subtitle='Miscellaneous' %} {% include 'partials/page-title.html' %}

Ladda

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.

Expand Left
Expand Right
Expand Up
Expand Down
Contract
Zoom In
Zoom Out
Slide Left
Slide Right
Slide Up
Slide Down
Expand Right (Progress)
Contract (Progress)
Zoom In (API demo)
{% endblock page_content %} {% block extra_javascript %} {% endblock extra_javascript %}