pages._explore.sections.basic-usage.title

html
<BaseLink :route="'/somewhere'" class="group relative mb-2 h-10 w-10 rounded bg-surfaceRaised-active p-2 transition-colors duration-500 ease-in-out hover:bg-surfaceRaised-hovered !text-surfaceRaised-text hover:opacity-100" :title="'go somewhere'" :target="LinkTargetTypes.BLANK" > <Icon name="solar:square-arrow-left-bold-duotone" /> </BaseLink>
typescript
<script setup lang="ts"> import { LinkTargetTypes } from '#core-types/link' </script>

pages._explore.sections.props.title

Prop
Default
Type
routeundefinedstring
target_selfLinkTargetTypes
titleundefinedstring
ariaLabelundefinedstring
anchorundefinedstring

pages._explore.sections.types.title

Name
Type
Options
LinkTargetTypesenumSELF | BLANK

pages._explore.sections.slots.title

Slot
Type
default{}