DavidAJohn / FotoStorio

Blazor WebAssembly application for a fictional photography store, with Stripe Elements payment integration and styling with Tailwind CSS.
MIT License
5 stars 1 forks source link

Replace Bootstrap 5 carousel with BlazorStrap? #2

Closed DavidAJohn closed 3 years ago

DavidAJohn commented 3 years ago

Should the Bootstrap 5 carousel on the home page be replaced with something like the BlazorStrap carousel?

DavidAJohn commented 3 years ago

It looks as if BlazorStrap still uses Bootstrap behind the scenes (and Bootstrap 4 too), so not sure there's anything to be gained by doing this.

I'll keep looking for alternative ways to do the carousel though, because Bootstrap 5 inteferes with Tailwind at times, and ideally I would like to remove it entirely.