Tailwind Class not generating for custom component
I am working on a custom component for a Filament dashboard but it looks like Tailwind classes that aren't already used with Filament are not generating. For example to test; adding a red border( border-red-500 ) shows in the source of the page but that classes is not generated
2 Replies
You need a custom theme. Check the docs for that.
Have you checked to see if your tailwind config file has been configured to look at your custom component files?