Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function EnrollMfaFooter(props: HTMLAttributes<HTMLDivElement>): Element;
A footer component for the MFA enrollment flow.

Parameters

ParameterTypeDescription
propsHTMLAttributes<HTMLDivElement>The props for the component.

Returns

Element The rendered footer.

Example

<EnrollMfa>
  <EnrollMfaTitle />
  <EnrollMfaDescription />
  <EnrollMfaForm />
  <EnrollMfaFooter />
</EnrollMfa>