Skip to content

Help

Definition

A help button is an interactive element that, when clicked, opens a help modal. This modal provides users with additional information, guidance, or support related to the current page or application feature.

The help modal can contain text, images, links to documentation, or even videos to assist users.

  • Opens a help modal when clicked.
  • Provides additional information, guidance, or support.
  • Can include text, images, links, and videos.

Example

{% include 'django_spire/contrib/help/help_button.html' with help_id='help_modal' %}
{% include 'django_spire/contrib/help/help_modal.html' with help_id='help_modal' help_title='How to Cook A Steak' help_content='The final cooked temperature of a medium done steak must be 60°C / 140°F.' %}