FilamentF
Filament10mo ago
gh057x

TailwindCSS

I have a resource that uses a custom Blade file, and I need to display a Google Map below the name input field. Unfortunately, the form or page appears disorganized, as shown in the attached image. However, when I add <script src="https://cdn.tailwindcss.com"></script>, the page looks much better.
Screenshot_2025-03-07_111156.png
Solution
Got it, just need to add this
->viteThem('path/to/css')
to my panel provider
Was this page helpful?