Мәтін сілтемесі

Құжаттама мәтініне, подсказкаларға және сыртқы сілтемелерге арналған inline link, button padding және background styles жоқ.

Орнату

npx alixan-ui-nuxt add text-link

Қолдану

Read the installation guide before copying components.

<script setup lang="ts">
import TextLink from '@/components/ui/text-link/TextLink.vue';
</script>

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

API анықтамасы

ҚасиетТүріӘдепкіСипаттама
hrefstring-Сілтеменің destination URL-ы.
target'_blank' | '_self' | '_parent' | '_top'-Сілтеме target. _blank болса, rel noopener noreferrer болады.