@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) • 401 B
JavaScript
import{jsxs as t,jsx as i}from"react/jsx-runtime";import r from"@mui/material/Skeleton";import e from"@mui/material/Stack";const a=t(e,{sx:{p:4},children:[i(r,{variant:"rounded",width:32,height:32}),i(r,{variant:"rounded",width:"70%",height:24,sx:{mt:8,mb:2}}),i(r,{variant:"rounded",width:"100%",height:24,sx:{mb:8}}),i(r,{variant:"rounded",width:"25%",height:24})]});export{a as PlainCardSkeleton};