Skip to content

Function: emailField()

ts
function emailField(props: UiEmailFieldProps): Element;

Defined in: src/UI/blocks/email.tsx:14

Parameters

ParameterType
propsUiEmailFieldProps

Returns

Element

Deprecated

Use the equivalent block from @matterway/sdk/UI instead. This block targets the old showUI path and will be removed when src/UI/ is dropped.

Email field component for email input.

Matterway Assistant SDK Documentation