import React from "react"; const SkeletonCell = ({ width = "100%", height = 20, style = {} }) => (
); export const TenantTableSkeleton = ({ columns, rows = 5 }) => { return (|
{col.label}
|
))}
|---|
|
{/* Icon + text skeleton for first few columns */}
{col.key === "name" && (
|
))}