# ActionBarMorePrimitive URL: /docs/api-reference/primitives/action-bar-more *** ## title: ActionBarMorePrimitive A dropdown menu for additional actions that don't fit in the main action bar. import { ParametersTable } from "@/components/docs/tables/ParametersTable"; import { DataAttributesTable } from "@/components/docs/tables/DataAttributesTable"; import { Code } from "@radix-ui/themes"; ## Anatomy ```tsx import { ActionBarPrimitive, ActionBarMorePrimitive } from "@assistant-ui/react"; const MessageActions = () => ( console.log("Edit")}> Edit console.log("Speak")}> Read aloud console.log("Feedback")}> Submit feedback ); ``` ## API Reference ### Root Contains all parts of the dropdown menu. void", description: "Event handler called when the open state of the dropdown menu changes.", }, { name: "modal", type: "boolean", default: "true", description: "The modality of the dropdown menu. When set to true, interaction with outside elements will be disabled and only menu content will be visible to screen readers.", }, { name: "dir", type: "'ltr' | 'rtl'", description: "The reading direction of the dropdown menu.", }, ]} /> ### Trigger A button that toggles the dropdown menu. This primitive renders a `