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    
@filerobot/explorer / lib / components / Breadcrumbs / BreadcrumbsSkeleton.js
Size: Mime:
import { Skeleton } from '@scaleflex/ui/core';
import Styled from './Breadcrumbs.styled';
import { jsx as _jsx } from "react/jsx-runtime";
var BreadcrumbsSkeleton = function BreadcrumbsSkeleton() {
  return /*#__PURE__*/_jsx(Styled.BreadcrumbsWrapper, {
    children: /*#__PURE__*/_jsx(Skeleton, {
      width: 150,
      height: 16
    })
  });
};
export default BreadcrumbsSkeleton;