TerminalFormProvider
function exported by @mwillbanks/tuil-form.
function
Public function exported by @mwillbanks/tuil-form.
export function TerminalFormProvider(props: {
readonly controller?: TerminalFormController;
readonly children?: ReactNode;
}): ReactNode;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
props | { readonly controller?: TerminalFormController; readonly children?: ReactNode; } | Yes | Supplies the props value as { readonly controller?: TerminalFormController; readonly children?: ReactNode; }. | TerminalFormController |
Returns
ReactNode — Returns a value that satisfies ReactNode.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference
Package
TerminalFormController
class exported by @mwillbanks/tuil-form.
useForm
A custom React Hook that returns an extended instance of the `FormApi` class. This API encapsulates all the necessary functionalities related to the form. It allows you to manage form state, handle submissions, and interact with form fields