Link
The basic style of the link.
Basic Usage
Disabled State
Icon link
Loading State
Props
Name | Description | Type | Default |
---|---|---|---|
type | link type | primary | success | warning | danger | default | default |
href | link href | string | - |
target | link target | string | - |
disabled | disabled state | boolean | false |
loading | loading state | boolean | false |
icon | icon name | string | - |
iconColor | icon color | string | - |
iconSize | icon size | string | - |
Events
Name | Description |
---|---|
click | emitted when the link is clicked. |
Slots
Name | Description | Type | Subtags |
---|---|---|---|
default | link content | any | - |
loading | loading content | any | - |
icon | icon content | any | - |