Files
AndroidJetpack/ComposeDebugDrawer/documentation/_include/screenshots.md
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

467 B

{% if project["library"]["screenshots"] | length > 0 %}

📷 Screenshots

{% for screenshot in project["library"]["screenshots"] %}

{% for image in screenshot["images"] %} {% endfor %}
{{ screenshot["name"] }}
{{ image }}
{% endfor %}

{% endif %}