Docs · Status Bar

Status Bar

A compact bar with left and right slots for contextual information — model selector, branch name, or project context. Sits above or below Prompt Area, and is independently installable.

Install

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

Examples

Above input

Status bar above the prompt area showing project context and settings.

prompt-areamain

Below input

Status bar below the prompt area with action shortcuts and a model selector.

+</> Auto accept edits

Combined with Action Bar

Status bar on top with an action bar below the input for a full-featured layout.

prompt-areamain