rich-id/terms-module

View on GitHub
src/Infrastructure/Resources/views/_partial/_loader.html.twig

Summary

Maintainability
Test Coverage
<div class="terms-module-loader terms-module-loader-position">
    {% for i in range(1, 10) %}
        <div></div>
    {% endfor %}
</div>