Link component that renders a clickable link with optional icon
Supports three variants (action, danger, neutral) and two sizes (sm, md). Icon size is automatically adjusted based on the link size.
<Link variant="action" href="/home">Home</Link><Link variant="action" size="sm" iconName="arrow-right">Click Me</Link><Link variant="danger" isDisabled>Disabled Link</Link> Copy
<Link variant="action" href="/home">Home</Link><Link variant="action" size="sm" iconName="arrow-right">Click Me</Link><Link variant="danger" isDisabled>Disabled Link</Link>
Description
Link component that renders a clickable link with optional icon
Supports three variants (action, danger, neutral) and two sizes (sm, md). Icon size is automatically adjusted based on the link size.
Component
Example