Link NEW
Text hyperlink.
Basic usage
Basic text link.
Disabled Link
Disabled state of link.
Underline Link
Underline of link
Icon Link
Link with icon.
Backtop Props
Name | Type | Default | Description |
---|---|---|---|
type | 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'default' | Link type. |
underline | boolean | true | Whether the component has underline. |
disabled | boolean | false | Whether the component is disabled. |
href | string | undefined | Same as native hyperlink's href. |
icon | string | undefined | Icon's name. |
Backtop Slots
Name | Parameters | Description |
---|---|---|
default | () | Customize default content. |
icon | () | Customize icon content. |