PaperShell
An airy, mostly borderless frame for something read rather than watched.
import { createApp, registerBuiltins } from '@textui/core';
import { createNodeTerminal } from '@textui/terminal';
const app = createApp({
terminal: createNodeTerminal(),
shell: 'paper',
onBoot: registerBuiltins,
});
Props
No props of its own.
Generous spacing, few rules. For a report, a document or a wizard - anything read once rather than monitored.
This is the shell that exercises the “no border” path in every component, which
is why Panel has to render its title as a heading row
rather than into a rule.
See also
- ConsoleShell - the opposite trade
- Panel - what changes when borders go away