{% extends "adminlte/page.html" %} {% load static %} {% block page_title %}Components{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{% component "adminlte_card" title="Chart (ApexCharts)" icon="bi bi-graph-up" theme="primary" outline=True %} {% fill "default" %} {% component "adminlte_chart" type="area" series=chart_series categories=chart_categories height="260px" %}{% endcomponent %} {% endfill %} {% endcomponent %}
{% component "adminlte_card" title="Vector Map (jsVectorMap)" icon="bi bi-globe" theme="success" outline=True %} {% fill "default" %} {% component "adminlte_vector_map" map="world" height="260px" %}{% endcomponent %} {% endfill %} {% endcomponent %}
{% component "adminlte_card" title="Data Table (Tabulator)" icon="bi bi-table" theme="info" outline=True %} {% fill "default" %} {% component "adminlte_datatable" columns=dt_columns data=dt_data options=dt_options %}{% endcomponent %} {% endfill %} {% endcomponent %}
{% component "adminlte_card" title="Tabs" icon="bi bi-segmented-nav" theme="warning" outline=True %} {% fill "default" %} {% component "adminlte_tabs" items=tabs variant="tabs" %}{% endcomponent %} {% endfill %} {% endcomponent %} {% component "adminlte_card" title="Accordion" icon="bi bi-list-nested" theme="secondary" outline=True %} {% fill "default" %} {% component "adminlte_accordion" items=accordion %}{% endcomponent %} {% endfill %} {% endcomponent %}
{% component "adminlte_card" title="Rich Text Editor (Quill)" icon="bi bi-pencil" theme="primary" outline=True %} {% fill "default" %}
{% component "adminlte_editor" name="body" label="Article body" value="

Edit me — synced to a hidden input.

" %}{% endcomponent %}
{% endfill %} {% endcomponent %}
{% component "adminlte_direct_chat" title="Direct Chat" items=chat theme="primary" %} {% fill "default" %}

Contacts

{% endfill %} {% endcomponent %}
{% component "adminlte_card" title="Sortable (SortableJS)" icon="bi bi-arrows-move" theme="success" outline=True %} {% fill "default" %}

Drag to reorder:

{% component "adminlte_sortable" tag="ul" class="list-group" %} {% fill "default" %}
  • Item one
  • Item two
  • Item three
  • Item four
  • {% endfill %} {% endcomponent %} {% endfill %} {% endcomponent %}
    {% component "adminlte_card" title="Modal & Toast" icon="bi bi-window-stack" theme="danger" outline=True %} {% fill "default" %} {% component "adminlte_modal" id="demoModal" title="Hello from AdminLTE" size="lg" centered=True %} {% fill "default" %}

    This modal is the adminlte_modal component.

    {% endfill %} {% fill "footer" %} {% endfill %} {% endcomponent %}
    {% component "adminlte_toast" id="demoToast" title="Saved" theme="success" icon="bi bi-check-circle" %} {% fill "default" %}Your changes have been saved.{% endfill %} {% endcomponent %}
    {% endfill %} {% endcomponent %}
    {% endblock %} {% block extra_js %} {% endblock %}