Closed rndmfv closed 1 month ago
There's a great community here for questions like this. Try composer dumpautoload && php artisan optimize:clear
. Then npm run build
maybe (worked for someone recently but npm run dev did not ... must have been his setup)
Have you tried to add at component layout app?
Had the same issue, just add the directory to your tailwind config:
content: [
...,
"./vendor/livewire/flux-pro/stubs/**/*.blade.php",
"./vendor/livewire/flux/stubs/**/*.blade.php",
],
Have you tried to add at component layout app?
Adding this makes SOME of the components display properly, so it's clearly an issue with my tailwind install somehow. The autocomplete component works perfectly, but the the navbar still displays incompletely per above image, and the Switch displays only the text not the actual switch, but the
To answer others:
I appreciate the answers above.
@rndmfv Make sure you are on Tailwind v3.4.10 or later https://fluxui.dev/docs/installation
This is probably something specific to your project, so closing. thanks @joshhanley and others
Flux blade code only partially being interpreted. Do you have any leads I can follow to rectify? Example result when using fluxui navbar code copy-pasted exactly from docs:
Notes: