> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EnrollMfaItem

```ts theme={null}
function EnrollMfaItem(props: EnrollMfaItemProps): Element;
```

A component for displaying an MFA method in the enrollment list.

## Parameters

| Parameter | Type                                                                                                 | Description                                |
| --------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `props`   | [`EnrollMfaItemProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/EnrollMfaItemProps) | The props for the EnrollMfaItem component. |

## Returns

`Element`

The EnrollMfaItem component.

## See

* [EnrollMfaItems](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/EnrollMfaItems)
* [EnrollMfa](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/EnrollMfa)
