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.

The props for the LinkAuthItems component.

See

LinkAuthItems

Extends

  • Omit<HTMLAttributes<HTMLUListElement>, "children">

Properties

PropertyTypeDescription
children?(props: LinkAuthItemProps) => ReactNodeA render function for the auth method item.
onLink?(method: AuthMethod) => void | Promise<void>A function to call when the link button is clicked.