TW-Elements
TW-Elements copied to clipboard
Timepicker hours and mins are not aligned in a circle
I am trying to use any of the date pickers mentioned here : https://tailwind-elements.com/docs/standard/forms/timepicker/. Unfortunately the hours and mins are displayed inline as you can see here : https://imgur.com/nab8VcQ. I'm not sure if i followed an installation step incorrectly . Any help is much appreciated 👍
I got the same problem, its like the css for timepicker not loaded
Same problem too, the component himself seems like to work, but is not really ... "elegant" having those numbers floating at the top of his clock
I'm having the same problem.
It seems that adding the following line under the content
array on the tailwind.config.js
file fixes it:
'./node_modules/tw-elements/dist/css/**/*.css',
I'm having the same problem. It seems that adding the following line under the
content
array on thetailwind.config.js
file fixes it:'./node_modules/tw-elements/dist/css/**/*.css',
That's work like a charm. Thanks for your help
The problem is currently occurring, the previously proposed solution is good for now. This will be resolved in the next release.
Fixed in v1.0.0-beta1