Custom tailwind
I need to use something like
But the style is not applied. I read this https://filamentphp.com/docs/2.x/notifications/installation#configuring-styles but I didn't solve the problem. How can I do it?
Filament
Installation - Notifications - Filament
Elegant TALL stack notifications for Laravel artisans.
7 Replies
You were reading "Notification" installation instructions.
But you need the theme instructions for the admin panel:
https://filamentphp.com/docs/2.x/admin/appearance#building-themes
And with this changes should I be able add what tailwind component I want ?
Yes.
Ok. Thank you🙏🏻
My page is looking like this after I put this in the boot method
Did you follow all the steps correctly? And ran
npm run build
or are running npm run dev
?It was a noob problem 🤦🏼♀️. I forgot to add postcss.config