Can we use custom bootstrap admin template with filament

I've purchased a bootstrap 5 admin template, can we use it with filament 3
Solution:
Filament uses Tailwind, and there doesn't seem to be an easy way to directly apply the custom theme you purchased. However, you can create a custom Filament theme and customize the CSS, similar to how you would with Bootstrap. Another option is to use your template with Filament in standalone mode, without the panel builder, and utilize components like the Table Builder and Form Builder separately....
Jump to solution
4 Replies
LeandroFerreira
LeandroFerreira11h ago
Could you explain what you are trying to do?
marutiraj
marutirajOP11h ago
I have created a admin panel using filament 3 and laravel 11,but the client purchased a admin panel bootstrap theme from themeforest. Now i want to use this theme with filament 3
Solution
LeandroFerreira
LeandroFerreira11h ago
Filament uses Tailwind, and there doesn't seem to be an easy way to directly apply the custom theme you purchased. However, you can create a custom Filament theme and customize the CSS, similar to how you would with Bootstrap. Another option is to use your template with Filament in standalone mode, without the panel builder, and utilize components like the Table Builder and Form Builder separately.
marutiraj
marutirajOP7h ago
Thanks

Did you find this page helpful?