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' %}