Links
Navigates to another page or resource. Primary (brand) and secondary (neutral) types with optional external icon.
Appearance
Content
State
Props — Link
View MUI docs| Prop | Type | Description |
|---|---|---|
size | "large" | "medium" | "small" | "extraSmall" | "extraExtraSmall" | extraExtraSmall is Link-only (body/xxs). |
type | "primary" | "secondary" | Figma type axis — primary uses brand text; secondary uses neutral. |
isExternal | boolean | Shows up-right-from-square end icon. |
href | string | Destination URL. |
disabled | boolean | Disables interaction. |
children | ReactNode | Link label text. |