Closed robertnicjoo closed 5 years ago
Hi,
Is more like question than issue,
How can I have multiple CountUp in my component? let say:
Posts users comments 5000 1680 13678
How can I define differences?
Make sure you bind the values of the different numbers to the end value, for example; <ICountUp :endVal="posts" /> <ICountUp :endVal="users" /> <ICountUp :endVal="comments" />
<ICountUp :endVal="posts" />
<ICountUp :endVal="users" />
<ICountUp :endVal="comments" />
Hi,
Is more like question than issue,
How can I have multiple CountUp in my component? let say:
How can I define differences?