Blade Component - Button Group
Hi, anyone has any idea why the exact same code for rendering a button group looks different on my frontend than it looks in the admin panel?
What am I supposed to import/include in the frontend for it to work properly?
This is the code:
11 Replies
In the admin panel it renders correctly:
and in the frontend it does this:
are you using a simple page in the frontend?
No it's a plain Livewire component
weird.. I have a form builder standalone project and your code works
v3.2.93
This is weird.
Apart from including
@filamentStyles
after @livewireStyles
in the head and @filamentScripts
after @livewireScripts
in the body and using the filament preset in my tailwind config, there's nothing else I should do right?
I created a completely barebones layout and a simple route that just renders an empty page with that button group and it still doesn't work correctly.I think so. Did you follow this?
https://filamentphp.com/docs/3.x/forms/installation#existing-laravel-projects
maybe you could create a fresh install and try it again
omg, I had this in my app.css π€¦ββοΈπ€¦ββοΈ
Sorry for the false alarm and thanks a lot for the help
I need some sleep hah π