AppLink Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
AppLink
Typed navigation wrapper for app routes and exported static paths.
Use when: Use for textual or block navigation when you need app-safe href handling.
Import
import { AppLink } from "@components/index";Example
<AppLink href="/products">Open product catalog</AppLink>
Available Props
hrefstring
Target app path or external url.
childrenReactNode
Visible link content.
Live Preview
Open product catalog
Controls
Resolved href: ../../../products/
Open product catalog
Go to products
View products