"use client"
import { Link } from "@/components/ui/link"
export default function LinkDemo() {
return <Link href="#basic">Label</Link>
}
npx shadcn@latest add @intentui/link-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.