Docs · Action Bar

Action Bar

A horizontal toolbar with left and right slots for buttons like attach, mention, command, mic, and send. It pairs below Prompt Area to form a complete chat input — and is independently installable.

Install

npm package
import { ActionBar } from 'prompt-area'
shadcn registry
import { ActionBar } from '@/components/action-bar'

Examples

Left slot with an attach menu, @mention, /command, and #tag buttons; right slot with markdown toggle, microphone, and send.

Minimal

Just a send button on the right — the simplest composition.

Disabled

Both Prompt Area and Action Bar in a disabled state.