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
hello http://example.com
Ad-hoc alert
Something went wrong
Large button