介绍
本文档主要用于描述 ShadcnGradientText
组件的一些功能和用法。
用法
查看代码
vue
<template>
<ShadcnGradientText>This is a gradient text</ShadcnGradientText>
<br/>
<ShadcnGradientText from="red" to="blue" deg="200">This is a gradient text</ShadcnGradientText>
</template>
配置 (options)
查看代码
vue
<template>
<ShadcnGradientText options="45deg, red 0 50%, blue 50% 100%">This is a gradient text</ShadcnGradientText>
</template>