Skip to content

FormContext

uitemplate

FormContext component

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

PropTypeDefaultDescription
childrenReactNoderequiredPage content
titlestringApp/page title
paddingnumber1Outer padding
#template#form-context