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) 286 B
import{jsx as r}from"react/jsx-runtime";import t from"@mui/material/Box";const o="NexusDrawerContent",a=a=>{const{disablePadding:e,sx:i,...s}=a,m=[e?{}:{py:4},...Array.isArray(i)?i:[i]];return r(t,{sx:m,...s,"data-testid":`${o}-root`})};export{a as DrawerContentComponent,o as prefix};