NonInteractiveError
uitemplate
NonInteractiveError component
Terminal
$termuijs render non-interactive-error
Installation
$ bunx termuijs add non-interactive-error
Copies the source into src/components/non-interactive-error/ and installs .
Usage
ts
import { NonInteractiveError } from '@termuijs/ui'ts
new NonInteractiveError()API Reference
NonInteractiveError
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | required | Page content |
title | string | — | App/page title |
padding | number | 1 | Outer padding |