Currently, our implementation relies on DaisyUI for styled components.
Issue
Unfortunately, DaisyUI is more suitable for Static Site Generating (SSG) applications and lacks advanced features. We also have to create the logic from scratch since DaisyUI does not provide any Blazor solution.
Solution
Let's replace it with MudBlazor, a specialized library with an emphasis on ease of use and clear structure. MudBlazor includes highly customizable components such as pagination.
Let's ditch the hassle of setting up our custom theme from the get-go and begin with the default MudBlazor theme. We can always tweak it or apply a global theme later on when we're ready.
MudBlazor for DaisyUI
Currently, our implementation relies on DaisyUI for styled components.
Issue
Unfortunately, DaisyUI is more suitable for Static Site Generating (SSG) applications and lacks advanced features. We also have to create the logic from scratch since DaisyUI does not provide any Blazor solution.
Solution
Let's replace it with MudBlazor, a specialized library with an emphasis on ease of use and clear structure. MudBlazor includes highly customizable components such as pagination.