@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) • 458 B
JavaScript
import{jsxs as t,jsx as i}from"react/jsx-runtime";import e from"@mui/material/Skeleton";import r from"@mui/material/Stack";const n=t(r,{sx:{p:4},children:[i(e,{variant:"rounded",width:"20%",height:18}),i(e,{variant:"rounded",width:"100%",height:24,sx:{mt:2,mb:6}}),t(r,{direction:"row",justifyContent:"space-between",children:[i(e,{variant:"rounded",width:"30%",height:24}),i(e,{variant:"rounded",width:"30%",height:24})]})]});export{n as LinkCardSkeleton};