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

IDOM Test Page

{% component "test_app.components.HelloWorld" class="hello-world" %}
{% component "test_app.components.Button" class="button" %}
{% component "test_app.components.ParametrizedComponent" class="parametarized-component" x=123 y=456 %}
{% component "test_app.components.SimpleBarChart" %}
{% component "test_app.components.UseWebsocket" %}
{% component "test_app.components.UseScope" %}
{% component "test_app.components.UseLocation" %}