F
Filament16mo ago
saeed

use form builder insider html bootstrap template

"Hi, I would like to use FilamentPHP's form builder within an HTML template that use bootstrap. When I follow the documentation, the form gets deformed. How can I isolate the form's styles and scripts so that I can use the form builder anywhere?"
4 Replies
Lara Zeus
Lara Zeus16mo ago
try preflight: false in your tailwind config it's not gonna work perfectly, but it may fix some issues
corePlugins: {
preflight: false
},
corePlugins: {
preflight: false
},
saeed
saeedOP16mo ago
not change still the same
awcodes
awcodes16mo ago
bootstrap and tailwind share some common class names, so unless you can scope one of the stylesheets with prefix class name they are not going to play well together.
Want results from more Discord servers?
Add your server