{{ active_component.label }}
{% if active_story %}
/
{{ active_story.name }}
{% endif %}
{% if active_template %}
{% else %}
{% include active_template %}
Django
{% include active_template %}
React
Story preview coming soon for {{ active_component.label }}.
{% endif %}
{% if show_controls %}
{% else %}
| Name | Control |
|---|---|
| {{ control.label }} | {% if control.type == "boolean" %} {% elif control.type == "textarea" %} {% elif control.type == "text" %} {% elif control.type == "number" %} {% elif control.type == "select" %} {% endif %} |
This page has no controls yet.
{% endif %}