Link

PreviousNext

link-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/navigation/link/link-demo.tsx
"use client"

import { Link } from "@/components/ui/link"

export default function LinkDemo() {
  return <Link href="#basic">Label</Link>
}

Installation

npx shadcn@latest add @intentui/link-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.