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

IDOM Test Page

{% idom_component "test_app.components.HelloWorld" class="hello-world" %}
{% idom_component "test_app.components.Button" class="button" %}
{% idom_component "test_app.components.ParametrizedComponent" class="parametarized-component" x=123 y=456 %}
{% idom_component "test_app.components.SimpleBarChart" class="simple-bar-chart" %}