跳到主要内容

SparklesText 闪光文字

在文字周围渲染动态闪光粒子效果。

VEF 特有组件,不属于 Ant Design。

基础用法

import { SparklesText } from '@vef-framework-react/components';

export default function Demo() {
return <SparklesText>✨ 魔法文字</SparklesText>;
}

自定义闪光数量

<SparklesText sparklesCount={20}>闪闪发光!</SparklesText>

API

SparklesText 继承所有 div 元素属性,另有:

属性类型默认值说明
sparklesCountnumber10闪光粒子数量
childrenReactNode文字内容
classNamestringCSS 类名
styleCSSProperties内联样式