Link
A text link, an enhanced native <a>.
Types
Link types
Underline
Underline control
Disabled & new window
Disabled & target
Events
Click event
Clicking dispatches the oas-click CustomEvent; detail.originalEvent is the native MouseEvent.
API
Attributes
| Attribute | Description | Type | Default |
|---|---|---|---|
disabled | Disabled | boolean | — |
href | Link URL | string | — |
target | Open behavior | string | — |
type | Type | LinkType | default |
underline | Underline | string | true |
Events
| Event | Description |
|---|---|
oas-click | Click, detail: { originalEvent } |
Slots
| Name | Description |
|---|---|
| default | — |