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 Zeus2y 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
saeedOP2y ago
not change still the same
awcodes
awcodes2y 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.

Did you find this page helpful?