RS
REPLY Shippers

Drawer Width - Copy this React, Mui Component to your project

Add: <StyledSidebar open={open} darkMode={darkMode}> {/* Existing sidebar content */} </StyledSidebar> <StyledSpeedDial ariaLabel="Communication SpeedDial" icon={<SpeedDialIcon />} darkMode={darkMode} > <SpeedDialAction icon={<FiPhone />} tooltipTitle="Call" onClick={() => setRightPanelOpen(true)} /> <SpeedDialAction icon={<FiMessageCircle />} tooltipTitle="Chat" onClick={() => setRightPanelOpen(true)} /> <SpeedDialAction icon={<FiVideo />} tooltipTitle="Video Call" onClick={() => setRightPanelOpen(true)} /> <SpeedDialAction icon={<FiMail />} tooltipTitle="Email" onClick={() => setRightPanelOpen(true)} /> </StyledSpeedDial> <RightPanel anchor="right" open={rightPanelOpen} onClose={() => setRightPanelOpen(false)} darkMode={darkMode} >

Prompt
Component Preview

About

drawerWidth - Create a responsive drawer with EDI options like Dashboard and Settings, professionally built with React and MUI for seamless navigation. Start coding now!

Share

Last updated 1 month ago