Preview
Usage
ExternalLink usage<ExternalLink href="https://remix.run">Remix docs</ExternalLink>API
ExternalLink APIExternalLinkProps
A link that leaves the app: the ↗ affordance plus an sr-only "(external)" so the destination change is announced, and rel hygiene when a new tab is requested. Same-tab is the DEFAULT — forcing new tabs takes the back button away from people; `newTab` is the opt-in for genuinely parallel reference material.
| prop | type | notes |
|---|---|---|
| href | string | |
| children? | RemixNode | |
| newTab? | boolean | Opt-in target="_blank" (adds rel="noopener noreferrer"). |
| mix? | MixInput |