UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

2 lines (1 loc) 668 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("@mui/material/Skeleton"),r=require("@mui/material/Stack");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=i(t),d=i(r);const n=e.jsxs(d.default,{sx:{p:4},children:[e.jsx(a.default,{variant:"rounded",width:"20%",height:18}),e.jsx(a.default,{variant:"rounded",width:"100%",height:24,sx:{mt:2,mb:6}}),e.jsxs(d.default,{direction:"row",justifyContent:"space-between",children:[e.jsx(a.default,{variant:"rounded",width:"30%",height:24}),e.jsx(a.default,{variant:"rounded",width:"30%",height:24})]})]});exports.LinkCardSkeleton=n;