KrgzProcessTabs

Renders a tabbed list of the running processes or open terminals and renders the currently focused one using KrgzProcess.

This component takes no props and emits no events since it gets all it needs to operate by calling useSandbox().

Props

Prop nameDescriptionTypeValuesDefault
modeWhether to render running processes or open terminals.union-

Usage

Running Processes

<KrgzProcessTabs mode="process" />

Terminals

<KrgzProcessTabs mode="terminal" />

Defined in

packages/sandbox/src/components/KrgzProcessTabs.vue

Released under MIT License
Copyright © 2024-2025 Mahmoud Aldaas