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.
Was this page helpful?