{[1, 2, 3, 4, 5].map((i) => (
))}
)
}
function FallbackListSkeleton() {
return (
{[1, 2, 3, 4, 5].map((i) => (
{[1, 2, 3].map((j) => (
))}
))}
)
}
/**
* Mobile-optimized list view for table data.
*
* Renders rows inside a single bordered container with dividers —
* a Vercel/Stripe-style list rather than individual cards.
*
* Per-row content is shared with the desktop card view via
* {@link CardRowContent}; see `card-row-content.tsx` for the column-meta
* extensions (`mobileTitle`, `mobileBadge`, `mobileHidden`).
*/
export function MobileCardList