WelcomeScreen
uitemplate
WelcomeScreen component
Terminal
$termuijs render welcome-screen
Installation
$ bunx termuijs add welcome-screen
Copies the source into src/components/welcome-screen/ and installs @termuijs/core, @termuijs/widgets.
Usage
ts
import { WelcomeScreen } from '@termuijs/ui'ts
new WelcomeScreen(options: WelcomeScreenOptions)API Reference
WelcomeScreen
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | required | — |
subtitle | string | optional | — |
tagline | string | optional | — |
keymap | KeymapHint[] | optional | — |
style | Partial<Style> | optional | — |