RS
REPLY Shippers

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

add and update: <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 customizable drawer menu with icons, colors, and submenus for easy navigation, professionally built with React and MUI. Start coding now!

Share

Last updated 1 month ago