External Link Notice Demo

Using External Links

This page demonstrates how the external link notice works. Click on any of the external links below to see the notice in action:

How It Works

The ExternalLink component detects if a link is external to servisfirstbank.com and shows a confirmation dialog before navigating. You can configure exempt domains in the ExternalLinkContext.jsx file.

Implementation Details

To use this feature in your components:

  1. Import the ExternalLink component: import {ExternalLink} from '/src/components/ExternalLink'
  2. Replace regular links with ExternalLink: <ExternalLink href="https://example.com">Link Text</ExternalLink>

Go back to news