# DashboardSidebar A resizable and collapsible sidebar to display in a dashboard. ## Key Props - `resizable`: to make the sidebar resizable. - `collapsible`: to make the sidebar collapsible when dragging near the edge of the screen. - `side`: to change the side of the sidebar. - `mode`: to change the mode of the sidebar menu. - `toggle`: to customize the [DashboardSidebarToggle](/docs/components/dashboard-sidebar-toggle) component displayed on mobile. ## Usage ```vue /> ```