UI Samples

Miscellaneous

Samples of other components.

Rendered with

{% load ui_elements %}

<p>
  Alert from <span class="font-monospace">django.contrib.messages</span>
</p>
{% uie_messages %}
<hr />
<p>Ad-hoc alert</p>
{% uie_alert "Something went wrong" alert_type='danger' %}
<hr />
<p>Large button</p>
{% uie_button 'button' size='lg' %}


Alert from django.contrib.messages


Ad-hoc alert


Large button