avh / contao-countup
CountUp Frontend Module
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
Type:contao-bundle
pkg:composer/avh/contao-countup
Requires
- php: ^8.0
- contao/core-bundle: ^4.13 || ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
Implements CountUp.js as Contao Content Element.

Further settings can be added manually via data-attributes in the theme:
{% block countup_attributes %}
{{ parent() }}
data-counter-usegrouping="false"
{% endblock %}