matthias
Add part of filament in external Page
Okay, this works - but in this case I have many overwrites (our bootstrap template overwrites tailwind classes and the tailwind css overwrites some bootstrap classes). Adding prefixes and reset-css optimize it but the solution is not ideal.
So I think I‘ll create a BasePage in filament what creates only the form on a route and embed the form within a iframe in the page, then the iframe-heigt will be done with iframe-resizer.com
In my opinion this is the best solution or do you suggesst me an alternative?
One approach would be shadow-dom, but with this i do not have many experience: https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM
13 replies