514 B
514 B
CardViews
Generic card-based view component that renders items in a responsive CSS Grid layout with optional pagination, filtering, and scroll-to-item support.
Key Files
MgCardView.razor.cs--MgCardView<TItem>component. AcceptsData,CardTemplate, responsive column counts (ColumnCountXs/Sm/Lg), optional pager (ShowPager,PageSizedefault 12), optional filter panel, container height, andScrollToItemwith JS interop for auto-scrolling. FiresOnCardClickwhen a card is tapped.