A component to display a user's OpenID. It prevents long IDs from breaking the layout by truncating them with an ellipsis.
The props for the component. See IOpenIDProps.
Optional
A React element that displays the OpenID.
<OpenID value="a_very_long_openid_that_will_be_truncated" /> Copy
<OpenID value="a_very_long_openid_that_will_be_truncated" />
Generated using TypeDoc
A component to display a user's OpenID. It prevents long IDs from breaking the layout by truncating them with an ellipsis.