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:Jump to 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....
4 Replies
Could you explain what you are trying to do?
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
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.
Thanks