ExternalLink
Use the ExternalLink component to link to external resources (i.e., outside
the current environment). To link to any internal resources, use the
Link
component instead.
ExternalLinkProps
extends
, , , | Name | Type | Default | Description |
|---|---|---|---|
href | | The href used for the link. | |
onClick? | | Callback handler called on click. |