ReferenceComponentsApplication shell
StatusBar
StatusBar component API, behavior, and executable example.
Loading executable example…
API and events
Compose full-screen terminal applications from a main content region, top application bar, and bottom status surface.
export function StatusBar(props: BoxProps): ReactNode;Props, functions, and events
This declaration has no public members.
Shell components forward child behavior and do not emit their own events.
Callback props run after the documented input is accepted. Callbacks are not cancellable unless their return type or description states otherwise.
Interaction and capabilities
These are structural components. Child navigation, commands, and controls own interaction.
The published manifest records keyboard, focus, pointer, theme, terminal, semantic, event, and dependency requirements.
Complete import
import { StatusBar } from "@/components/tuil/components/app-shell";