Skip to main content
SidebarMoreMenu
@coinbase/cds-web@8.38.5
SidebarMoreMenu provides a dropdown menu for additional navigation options in the Sidebar. Use it when you have more navigation items than can comfortably fit in the visible sidebar area.
import { SidebarMoreMenu } from '@coinbase/cds-web/navigation/SidebarMoreMenu'

SidebarMoreMenu wraps a Dropdown to provide an overflow menu for additional navigation items in a Sidebar. Use it when you have more navigation items than can fit in the visible sidebar area.

Basics

Place SidebarMoreMenu inside a Sidebar component. Pass SelectOption components as children to define the menu items. Use the onChange callback to handle selection and value to control the selected item.

Loading...

Trigger Title

Use triggerTitle to customize the label shown on the menu trigger. This is useful for localization.

Loading...

With Collapsed Sidebar

When the sidebar is collapsed, the tooltipContent prop displays a tooltip on hover to identify the menu trigger.

Loading...

Condensed Variant

SidebarMoreMenu adapts automatically to the sidebar's condensed variant.

Loading...

Styling

Border Radius

Use the borderRadius prop to customize the trigger's corner radius.

Loading...

Accessibility

SidebarMoreMenu automatically handles ARIA attributes for the dropdown menu pattern. Set tooltipContent to provide context when the sidebar is collapsed, ensuring users can identify the trigger via tooltip.

Loading...

Is this page useful?

Coinbase Design is an open-source, adaptable system of guidelines, components, and tools that aid the best practices of user interface design for crypto products.