# Link

**Path:** Components/Interactive

[Back to Documentation Index](http://rubicblazor.skyconis.com/docs.md)

---

Link

 RbLink component provides an anchor element with support for various styles, sizes, and states. It can be used for navigation or as a button-like trigger.

 Basic Usage

 Simple links with text and click events or navigation.

 Show code

 Standard Links

 This is the [NORMAL] link 
 This is the [HREF] link 

 Click the [NORMAL] link to see a toast notification.

 Click the [HREF] link to navigate to the home page in a new tab.

 Variants

 Apply theme colors to the link as different visual variants.

 Show code

 Default 
 Primary 
 Secondary 
 Info 
 Warning 
 Danger 
 Success 

 Default 
 Always Underline 
 No Underline 

 Underline

 Control the underline visibility of the link.

 Show code

 Default 
 Always 
 None 

 Click any link to verify the action is triggered regardless of underline style.

 Download Link

 Link configured for file downloads.

 Show code

 Download Image

 Click the link to download the image file with the specified filename.

 Readonly & Disabled

 Control link interaction states with Readonly and Disabled parameters.

 Show code

 Interaction States

 Default Link 
 Readonly Link 
 Disabled Link 

 Default: Active and clickable.

 Readonly: Click action is suppressed.

 Disabled: Click action is suppressed and link is visually muted.

 RTL Support

 Demonstrate links and link-triggered feedback inside an RTL container.

 Show code

 عرض تفاصيل الطلب 
 الانتقال إلى الصفحة الرئيسية 
 مراجعة البيانات قبل الإرسال 

 ✕

 Contents
