FilamentF
Filament11mo ago
frame

Filament blade components on a non-panel page

Maybe I'm missing something but if I render something like <x-filament::badge color="success"> in a regular livewire component how do I get the colors to work? 🤔 The rendered badge tries to refer to text-custom-600 etc. but how do I import them?
Solution
in the installation of each package in the docs (in case you wanna use only a packge) there is an instructions on who to get the filament scripts and styles in the non-filament page:
https://filamentphp.com/docs/3.x/forms/installation
Was this page helpful?