Inline action buttons for assistant and user messages.
Use ChatMessageActions for copy, retry, rating, share, or custom message actions.
Use a smaller action set when only one or two actions are needed.
Actions are composable, so you can bring your own icon set.
import {ChatMessageActions} from "@heroui-pro/react";
<ChatMessageActions>
<ChatMessageActions.Action aria-label="Copy">...</ChatMessageActions.Action>
<ChatMessageActions.Action aria-label="Like">...</ChatMessageActions.Action>
</ChatMessageActions>.chat-message-actions - Root action row.chat-message-actions__action - Individual icon buttonRoot action group. Supports native div props.
Individual action button. Extends HeroUI Button props.