{% load static %} {% load idom %} IDOM

IDOM Test Page


{% component "test_app.components.hello_world" class="hello-world" %}
{% component "test_app.components.button" class="button" %}
{% component "test_app.components.parameterized_component" class="parametarized-component" x=123 y=456 %}
{% component "test_app.components.simple_bar_chart" %}
{% component "test_app.components.use_websocket" %}
{% component "test_app.components.use_scope" %}
{% component "test_app.components.use_location" %}
{% component "test_app.components.use_origin" %}
{% component "test_app.components.django_css" %}
{% component "test_app.components.django_js" %}
{% component "test_app.components.unauthorized_user" %}
{% component "test_app.components.authorized_user" %}
{% component "test_app.components.todo_list" %}
{% component "test_app.components.view_to_component_sync_func" %}
{% component "test_app.components.view_to_component_async_func" %}
{% component "test_app.components.view_to_component_sync_class" %}
{% component "test_app.components.view_to_component_async_class" %}
{% component "test_app.components.view_to_component_template_view_class" %}
{% component "test_app.components.view_to_component_script" %}
{% component "test_app.components.view_to_component_request" %}
{% component "test_app.components.view_to_component_args" %}
{% component "test_app.components.view_to_component_kwargs" %}
{% component "test_app.components.view_to_component_sync_func_compatibility" %}
{% component "test_app.components.view_to_component_async_func_compatibility" %}
{% component "test_app.components.view_to_component_sync_class_compatibility" %}
{% component "test_app.components.view_to_component_async_class_compatibility" %}
{% component "test_app.components.view_to_component_template_view_class_compatibility" %}
{% component "test_app.components.view_to_component_decorator" %}
{% component "test_app.components.view_to_component_decorator_args" %}