737 B
737 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.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.