Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Feature provides the ability to display a specific number of items (n) in a single slide or view. This is particularly useful in scenarios where you have a large number of items to display but want to maintain a clean and uncluttered user interface.

On our current implementation we can loop through the data and render required number of items in a single slide, which is quite complex for the user to setup and changing it dynamically is tedious.
https://blazorplayground.syncfusion.com/BtLJNzsRfLzubBKH
In addition, this feature also allows you to move or navigate through specific number of items (n) with a single click or action. This enhances the user experience by providing faster navigation and better control over the viewing of items, especially when dealing with large collections.