跳到主要内容

SparklesText

在文本周围渲染动态闪烁粒子效果。

VEF 专属组件。 不属于 Ant Design。

基础用法

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

export default function Demo() {
return <SparklesText>✨ Magic Text</SparklesText>;
}

自定义粒子数量

<SparklesText sparklesCount={20}>Sparkly!</SparklesText>

API

SparklesText 继承所有 div 元素属性,并新增:

PropTypeDefault说明
sparklesCountnumber10闪烁粒子的数量
childrenReactNode文本内容
classNamestringCSS 类名
styleCSSProperties内联样式