Links

Links allow users to navigate to other pages.

Components
07/31/2025
Preview

Installation

npx shadcn@latest add https://docs-kit.pheralb.dev/r/link

Usage

Use [text](url) for links in Markdown. The text is the clickable part, and url is the destination.

Markdown

[SVGL - A beautiful library with SVG logos](https://svgl.app)

MDX Component

This group contains Links (navigate in your website) and External Links (navigate outside your website) components.

npx shadcn@latest add https://docs-kit.pheralb.dev/r/mdx-link

Change import { Link } from "react-router"; with your preferred routing library.