ConsoleShell
A dense, bordered frame for a monitoring screen.
import { createApp, registerBuiltins } from '@textui/core';
import { createNodeTerminal } from '@textui/terminal';
const app = createApp({
terminal: createNodeTerminal(),
shell: 'console',
onBoot: registerBuiltins,
});
Props
No props of its own.
Tight spacing and borders everywhere - for a screen watched continuously, where density beats airiness and a boundary between panes matters.
Same surfaces as PlainShell plus panel. The mounts do
not change; only the frame does.
See also
- PaperShell - the opposite trade
- Themes - which also change density