Text Link

An inline content link for documentation copy, hints and external references without button padding or background styles.

Installation

npx alixan-ui-nuxt add text-link

Usage

Read the installation guide before copying components.

<template>
  <p class="text-muted-foreground">
    Read the
    <TextLink href="/installation">
      installation guide
    </TextLink>
    before copying components.
  </p>
</template>

API Reference

PropTypeDefaultDescription
hrefstring-Destination URL for the link.
target'_blank' | '_self' | '_parent' | '_top'-Anchor target. When set to _blank, rel is set to noopener noreferrer.