@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) • 598 B
JavaScript
"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 a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=a(t),d=a(r);const u=e.jsxs(d.default,{sx:{p:4},children:[e.jsx(i.default,{variant:"rounded",width:32,height:32}),e.jsx(i.default,{variant:"rounded",width:"70%",height:24,sx:{mt:8,mb:2}}),e.jsx(i.default,{variant:"rounded",width:"100%",height:24,sx:{mb:8}}),e.jsx(i.default,{variant:"rounded",width:"25%",height:24})]});exports.PlainCardSkeleton=u;