NextUI styles broken? #2058
Unanswered
isaacdarcilla
asked this question in
Help
Replies: 3 comments 5 replies
-
Hey @isaacdarcilla which package manager are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @jrgarciadev or @isaacdarcilla, was there an update regarding this issue? I have a similar issue posted here I'm using the vite setup. You can also see the live example here where e.g. the contact button has variant='flat' but after a Vercel deployment that seems not to take effect. Overall the component props don't seem to work in prod, although the css does look like it's loading correctly. I also tried the production build locally and that seems to work just fine. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installed a new one but got broken styles using
npx create-next-app -e https://github.com/nextui-org/next-app-template
Template source code: https://github.com/nextui-org/next-app-template
Barely edited anything, but still got broken styles as you can see in the screenshots, the search, button etc. component is broken.
Expected:
What I got:
tailwind.config.js
next.config.js
root layout.tsx
provider.tsx
Beta Was this translation helpful? Give feedback.
All reactions