matthias
matthias
FFilament
Created by matthias on 12/19/2024 in #❓┊help
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
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
No, because we installed fillament first and added then standalone laravel pages withoit filament css - but i‘ll try this way and check if it works
13 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
It seems that the vite includes are wrong - how do infind out the correct ones? Filament 3.2.124
13 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
Yes i‘m using livewire - but if i‘m following this tutorial I‘m missing all filament styles, and I‘m unable to find any docu / info hownto add these. The forms would work this way, but not styled….
13 replies