Client-side navigation link - preload-aware (loads the route on hover/viewport), with optional scroll, replace, and View Transition control. Keeps navigation within the SPA.
Signature
tsx
function Link(componentProps: OssidoLinkProps): JSX.Element;
Examples
tsx
import { Link } from '@ossido-labs/ossido';<Link href="/guides" preload> Guides</Link>;