Closed adamo closed 2 years ago
Have you included the CSS files?
Yes, when inspecting the code it shows only this
<div class="tick" data-did-init="handleTickInit">
<div data-repeat="true" data-layout="horizontal fit" data-transform="preset(d, h, m, s) -> delay">
<div class="tick-group">
<div data-key="value" data-repeat="true" data-transform="pad(00) -> split -> delay">
<span data-view="flip"></span>
</div>
<span data-key="label" data-view="text" class="tick-label"></span>
</div>
</div>
</div>
Please create a public test case on codesandbox.io
Closed because inactive
Hi. I've installed Flip via npm. included it
And placed in my project using one of the examples
But nothing is shown. In the console I've got confirmation that its included.
What can be the problem? Am I missing something? In the console the're no issues or errors.
I'm using parcel bundler if that's any help.