• Documentation
  • Icons
  • Tokens
  • Changelog
Github
Foundation
Introduction
Primitives
Container
Grid
Visibility
Icon
Image
Interactive
Stack
Text
Components
Avatar
Avatar Group
Badge
Button
Divider
Link
Shortcut
Spinner
Hooks
useSwitch

Link

A link widget provides an interactive reference to a resource, which can be external or within the current page or application. It is a versatile component that can be used in various contexts, such as navigation menus, breadcrumbs, and inline text links.

Import

import { Link } from '@vortex-kit/vortex';
import type { LinkProps } from '@vortex-kit/vortex';

Display

<Link isExternal href='https://vortex.design'>Vortex</Link>

Allied components

ButtonInteractive

Link

Prop
Type
Default
children
React.ReactNode
No default value
href
string
No default value
weight
union
medium
color
union
neutral
type
union
plain
attributes
object
No default value
className
union
No default value
leftIcon
SVGIcon
No default value
rightIcon
SVGIcon
No default value
size
union
md
disabled
boolean
No default value
isExternal
boolean
No default value
actionType
union
button
onClick
function
No default value
    On this page

© 2025 Vortex. All Rights Reserved

Privacy PolicyTerms
Vortex