preskok/ui

Navigate to internal or external destinations with accessible links.

Installation

pnpm dlx @preskok-org/ui@latest add link

Usage

import { Link } from "@/registry/preskok/ui/preskok-ui/link"
 
export function Example() {
  return (
    <Link href="#" intent="primary">
      Docs
    </Link>
  )
}