FormContext
uitemplate
FormContext component
Terminal
$termuijs render form-context
Installation
$ bunx termuijs add form-context
Copies the source into src/components/form-context/ and installs @termuijs/jsx.
Usage
ts
import { FormContext } from '@termuijs/ui'ts
<FormContext title="My App">
<YourContent />
</FormContext>API Reference
FormContext
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | required | Page content |
title | string | — | App/page title |
padding | number | 1 | Outer padding |