Open jinyancool opened 18 hours ago
If my website is using Bootstrap5 theme, it seems I cannot using tailwind theme for livewire-powergrid. There will have a conflict.
With a fresh install, tailwind theme is fine. But Bootstrap5 theme has a bug.
Can you share the screenshot error?
@jinyancool maybe because the Laravel Fresh install doesnt come with Bootstrap but with Tailwind by default?
Maybe you need to configure bootstrap first.
Can you share the screenshot error?
@jinyancool maybe because the Laravel Fresh install doesnt come with Bootstrap but with Tailwind by default?
Maybe you need to configure bootstrap first.
`
` After added above codes, it seems the them is changed. ![1731938536839](https://github.com/user-attachments/assets/3713a39f-8920-4678-8ef5-a631c9801a4a)Manually add the above codes, the theme looks better.
@jinyancool maybe because the Laravel Fresh install doesnt come with Bootstrap but with Tailwind by default?
Maybe you need to configure bootstrap first.
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn't work.
Is there an error in the console?
No
PHP Version
No response
PowerGrid
6.1.4
Laravel
11.28.1
Livewire
3.1.12
Alpine JS
No response
Theme
Bootstrap
Describe the bug.
Following the install and PowerGrid Configuration seps, it seems that we cannot setup bootstrap5 theme. The action button is undefined.
To Reproduce...
First click on "FOO" then....
Extra information