Buttons

Regular Buttons
{% include 'django_spire/button/primary_button.html' with button_text='Primary' %}
{% include 'django_spire/button/secondary_button.html' with button_text='Secondary' %}
{% include 'django_spire/button/accent_button.html' with button_text='Accent' %}
{% include 'django_spire/button/success_button.html' with button_text='Success' %}
{% include 'django_spire/button/warning_button.html' with button_text='Warning' %}
{% include 'django_spire/button/danger_button.html' with button_text='Danger' %}
Dark Buttons
{% include 'django_spire/button/primary_dark_button.html' with button_text='Primary Dark' %}
{% include 'django_spire/button/secondary_dark_button.html' with button_text='Secondary Dark' %}
{% include 'django_spire/button/accent_dark_button.html' with button_text='Accent Dark' %}
{% include 'django_spire/button/success_dark_button.html' with button_text='Success Dark' %}
{% include 'django_spire/button/warning_dark_button.html' with button_text='Warning Dark' %}
{% include 'django_spire/button/danger_dark_button.html' with button_text='Danger Dark' %}
Outlined Buttons
{% include 'django_spire/button/primary_outlined_button.html' with button_text='Primary Outlined' %}
{% include 'django_spire/button/secondary_outlined_button.html' with button_text='Secondary Outlined' %}
{% include 'django_spire/button/accent_outlined_button.html' with button_text='Accent Outlined' %}
{% include 'django_spire/button/success_outlined_button.html' with button_text='Success Outlined' %}
{% include 'django_spire/button/warning_outlined_button.html' with button_text='Warning Outlined' %}
{% include 'django_spire/button/danger_outlined_button.html' with button_text='Danger Outlined' %}
Buttons with Icons
{% include 'django_spire/button/primary_button.html' with button_text='Primary with Icon' button_icon='bi bi-plus' %}
{% include 'django_spire/button/secondary_button.html' with button_text='Secondary with Icon' button_icon='bi bi-pencil' %}
{% include 'django_spire/button/accent_button.html' with button_text='Accent with Icon' button_icon='bi bi-star' %}
{% include 'django_spire/button/success_button.html' with button_text='Success with Icon' button_icon='bi bi-check' %}
{% include 'django_spire/button/warning_button.html' with button_text='Warning with Icon' button_icon='bi bi-exclamation-triangle' %}
{% include 'django_spire/button/danger_button.html' with button_text='Danger with Icon' button_icon='bi bi-trash' %}
Layer Buttons
{% include 'django_spire/button/base_button.html' with button_text='Layer One' button_class='btn-app-layer-one' %}
{% include 'django_spire/button/base_button.html' with button_text='Layer Two' button_class='btn-app-layer-two' %}
{% include 'django_spire/button/base_button.html' with button_text='Layer Three' button_class='btn-app-layer-three' %}
{% include 'django_spire/button/base_button.html' with button_text='Layer Four' button_class='btn-app-layer-four' %}
Alternate Layer Buttons
{% include 'django_spire/button/base_button.html' with button_text='Alt Layer One' button_class='btn-app-alt-layer-one' %}
{% include 'django_spire/button/base_button.html' with button_text='Alt Layer Two' button_class='btn-app-alt-layer-two' %}
{% include 'django_spire/button/base_button.html' with button_text='Alt Layer Three' button_class='btn-app-alt-layer-three' %}
{% include 'django_spire/button/base_button.html' with button_text='Alt Layer Four' button_class='btn-app-alt-layer-four' %}