You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest seems to be pulling the Tailwind4 based components that are located in the v4 folder. #1236
The docs seem to be still pointing to the old ones and I'm not sure why the styling difference, maybe some mistake during migration.
..but still the styling on the v4 components is different. For example the Input has text-base md:text-sm while the previous does not have font size variations.
It seems that the style updates got carried over from the main shadcn project as they introduced the same changes.
Using this cli command
bunx --bun shadcn-vue@latest add command
Everything works fine, I can install, but the version installed is a little different of the one at the github. The version at github is
but the version I've got installed is (main differences at css/tailwind)
Why I cant install the github version?
The text was updated successfully, but these errors were encountered: