Skip to content

Coalition Builder Frontend Components v0.1.0


Coalition Builder Frontend Components / components/LinkWrapper / default

Variable: default

const default: React.FC\<LinkWrapperProps>

Defined in: frontend/src/components/LinkWrapper.tsx:22

Centralized LinkWrapper component for React Router navigation.

Accepts both 'to' and 'href' props for compatibility, but standardizes on 'to' for React Router. Falls back to '/' if neither is provided.

Usage: - Prefer: Link - Legacy: Link