We can help you solve company communication.
Dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way.
<div data-toggle="countup" data-from="0" data-to="60" data-decimals="0" data-duration="2" data-options='{}'></div>
Combine CountUp.js with AOS to start the animation when an element becomes visible.
<h1 data-toggle="countup" data-from="0" data-to="256" data-aos data-aos-id="countup:in"></h1>
Combined wuth CountUp.js, the pricing component helps you toggle between two pricing options with a custom switch.
All types of businesses need access to development resources, so we give you the option to decide how much you need to use.
per seat
Rich, responsive landing pages
100+ styled components
Flexible, simple license
Speedy build tooling
6 months free support included
<!-- Switch -->
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="billingSwitch" data-toggle="price" data-target=".price">
<label class="custom-control-label" for="billingSwitch"></label>
</div>
<!-- Price -->
<div class="price" data-annual="29" data-monthly="49">29</div>