Tutorial on how to implement with frontend made with bootstrap.
Hello, how to implement a filament table, form, or even notifications in the frontend website made with Bootstrap.
When I applied it bootstrap and tailwind didn't work together .
7 Replies
ditch bootstrap then
Tailwind have very different classes so it's likely bootstrap is default styling, ensure tailwind is loaded second and you'll have to likely override some default styling within bootstrap for filament classes
what if the design is already done and made with bootstrap, that way am asking
any suggestions?
I will give it a try again, thank you mate ♥
Should have thought before. I think there are packages atleast for tables which have bs style
I don't know if you understand my question well but let me explain it more
I have Frontend made with bootstrap and for example, i'd like to use form using filament form builder
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
and when I use this livewire component in any page in frontend for example it will blow up
I understand the question. You should have chosen different stack then
Provide a screenshot of a blow up, did you add the tailwind classes to npm?