# Sidebar action menu component Displays a sidebar-action menu information panel. ![Sidebar action menu button screenshot](docassets/images/sidebar-action-menu-button.png) ![Sidebar action menu icon screenshot](docassets/images/sidebar-action-menu-icon.png) ## Basic usage ```html arrow_drop_down
queue
``` ### Properties | Name | Type | Default | Description | | --- | --- | --- | --- | | title | string | null | The title of the Sidebar action | | expanded | boolean | false | Toggle the sidebar action menu on expand. ## Details As the name suggests, this is basically just a layout with CSS styling. There are three regions where you can add your own content, as shown in the example: - sidebar-menu-title-icon - sidebar-menu-options - sidebar-menu-expand-icon