Closed faustbrian closed 3 days ago
@faustbrian The result looks like the styles haven't been compiled. Did you run npm run build
(or npm run dev
) then php artisan view:clear
?
Did both of those as the first thing and they also run during the post-install script.
Remove tailwind forms plugin as it is not compatible with flux.
Good call, @creativagr π
Removing it solved it, thanks!
Hi there! π
Description I wanted to try the new Multiple Select component from https://fluxui.dev/components/select#multiple-select and copy pasted the code into my fresh Laravel app (for testing purposes) but it seems to render without any styles. All other components render without issues.
Code
Result