We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bb7f3 commit ffc9ab1Copy full SHA for ffc9ab1
1 file changed
packages/react/src/components/DataTableSkeleton/DataTableSkeleton.tsx
@@ -59,6 +59,10 @@ export interface DataTableSkeletonProps
59
* Optionally specify whether you want the DataTable to be zebra striped
60
*/
61
zebra?: boolean;
62
+ /**
63
+ * Optionally specify whether you want the DataTable to be styled
64
+ */
65
+ className?: string;
66
}
67
68
const DataTableSkeleton: FunctionComponent<DataTableSkeletonProps> = ({
0 commit comments