#Usage
Basic example with common props.
If you don't have an account yet, you can contact our customer success team to get started with Indielayer UI, get a product demo, or request a specific sales inquiry.
#API
Link
props
Name | Description | Type | Default | Values | Required |
|---|---|---|---|---|---|
color | Theme or CSS color used for the control accents. | String | secondary | ||
tag | Root element tag. Becomes a router-link when `to` is set. | String | a | ||
to | Vue Router location; renders as a link when set. | String Object | |||
shadow | Inset shadow highlight under the link text. | Boolean | false | ||
external | Appends an external-link icon after the label. | Boolean | false | ||
underline | Underlines the link text. | Boolean | false |
slots
Name | Description |
|---|---|
default | Link label and content. |