Hiyve Components - v1.0.0
    Preparing search index...
    • FileListSkeleton displays loading placeholder content for the file list.

      Parameters

      Returns ReactElement

      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} />
      )}