FileListSkeleton displays loading placeholder content for the file list.
This component provides a better user experience during file loading by showing the expected structure of the data before it arrives.
{isLoading ? ( <FileListSkeleton rows={8} showCheckbox />) : ( <FileList files={files} />)} Copy
{isLoading ? ( <FileListSkeleton rows={8} showCheckbox />) : ( <FileList files={files} />)}
FileListSkeleton displays loading placeholder content for the file list.