Function OpenID

  • A component to display a user's OpenID. It prevents long IDs from breaking the layout by truncating them with an ellipsis.

    Parameters

    • props: IOpenIDProps

      The props for the component. See IOpenIDProps.

    • Optional context: any

    Returns null | ReactElement<any, any>

    A React element that displays the OpenID.

    Example

    <OpenID value="a_very_long_openid_that_will_be_truncated" />
    

Generated using TypeDoc