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
try
preflight: false
in your tailwind config
it's not gonna work perfectly, but it may fix some issues
not change still the same
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.