@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) • 372 B
JavaScript
import{jsxs as t,jsx as r}from"react/jsx-runtime";import i from"@mui/material/Stack";import e from"@mui/material/Typography";import o from"@mui/icons-material/CalendarTodayOutlined";function m(m){const{t:a}=m;return t(i,{alignItems:"center",children:[r(o,{sx:{fontSize:72,color:"grey.300"}}),r(e,{sx:{mt:7},children:a("No event activity found")})]})}export{m as default};