Internal/external link with styling options.
import { AppLink } from "@/components/ui";<AppLink href="/dashboard">Go to Dashboard</AppLink>Open in new tab with icon
<AppLink href="https://example.com" external> Visit Example.com</AppLink>Different link styles
<div className="space-y-2"> <AppLink href="/page" variant="default">Default link</AppLink> <AppLink href="/page" variant="muted">Muted link</AppLink> <AppLink href="/page" variant="underline">Underlined link</AppLink></div>Configure your app with the features you need and download production-ready code.
Start Configuring