added customize loader for each section

This commit is contained in:
Prathamesh Gursal
2024-10-09 01:28:54 +05:30
parent 57cfafeb34
commit 5b5281e50c
5 changed files with 112 additions and 38 deletions

View File

@@ -64,7 +64,7 @@ const Documents: React.FC<DocumentsProps> = ({
<div className="flex flex-col relative">
<div className="z-10 w-full overflow-x-auto">
{loading ? (
<SkeletonLoader />
<SkeletonLoader count={1} />
) : (
<table className="table-default">
<thead>