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) 889 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 a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=a(t),i=a(r);const n=e.jsxs(i.default,{sx:{p:6},children:[e.jsx(d.default,{variant:"rounded",width:"100%",height:200}),e.jsx(d.default,{variant:"rounded",width:"15%",height:24,sx:{my:6}}),e.jsxs(i.default,{direction:"row",alignItems:"center",children:[e.jsx(d.default,{variant:"rounded",width:40,height:40,sx:{mr:4}}),e.jsx(d.default,{variant:"rounded",height:24,sx:{flex:1}})]}),e.jsxs(i.default,{spacing:2,sx:{my:12},children:[e.jsx(d.default,{variant:"rounded",width:"100%",height:8}),e.jsx(d.default,{variant:"rounded",width:"80%",height:8})]}),e.jsx(d.default,{variant:"rounded",width:"25%",height:24})]});exports.ImageCardSkeleton=n;