Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { Skeleton } from '@scaleflex/ui/core';
import StyledVersioningTab from './VersioningTab.styled';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VersionItemSkeleton = function VersionItemSkeleton() {
  return Array(5).fill().map(function (_, index) {
    return /*#__PURE__*/_jsxs(StyledVersioningTab.VersionItemWrapper, {
      isSkeleton: true,
      children: [/*#__PURE__*/_jsx(StyledVersioningTab.VersionImgWrapper, {
        children: /*#__PURE__*/_jsx(Skeleton, {
          width: 100,
          height: 55
        })
      }), /*#__PURE__*/_jsxs(StyledVersioningTab.VersionDetails, {
        children: [/*#__PURE__*/_jsx(Skeleton, {
          width: "100%"
        }), /*#__PURE__*/_jsx(Skeleton, {
          width: "100%"
        }), /*#__PURE__*/_jsx(Skeleton, {
          width: "100%"
        })]
      }), /*#__PURE__*/_jsx(Skeleton, {
        width: 26,
        height: 26
      })]
    }, index);
  });
};
export default VersionItemSkeleton;