diff --git a/docs/docs/components/reference.njk b/docs/docs/components/reference.njk index 71c4fe7ff..cf7b333c4 100644 --- a/docs/docs/components/reference.njk +++ b/docs/docs/components/reference.njk @@ -23,9 +23,16 @@ table code { {{ name }}{{ "()" if type == "method" }} + {% if thingComponents.length > 1 %} +
+ {{ thingComponents.length }} components + {% endif %} {% for component in thingComponents %} <{{ component.tagName }}> {%- endfor -%} + {% if thingComponents.length > 1 %} +
+ {% endif %} {%- endfor %}