🎉
隆重推出 Magic UI
隆重推出 Magic UI
安装
示例
自定义速度
快速渐变
用法
import { AnimatedGradientText } from "@/components/magicui/animated-gradient-text";
<AnimatedGradientText>Animated Gradient Text</AnimatedGradientText>
属性
属性 | 类型 | 默认值 | 描述 |
---|---|---|---|
children | 节点 | - | 传入组件的子元素 |
className | string | - | 要应用的类名 |
速度 | number | 1 | 渐变动画的速度 |
colorFrom | string | "#ffaa40" | 渐变的起始颜色 |
colorTo | string | "#9c40ff" | 渐变的结束颜色 |