For Tailwind CSS v3 docs, click here.

闪烁字

A dynamic text that generates continuous sparkles with smooth transitions, perfect for highlighting text with animated stars.

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/sparkles-text.json"

手动安装

复制并粘贴以下代码:

SparklesText.vue

API

Prop 名称类型默认值描述
classstring-The class to be applied to the sparkles text.
textstring``The text to display.
sparklesCountnumber10sparkles count that appears on the text.
colorsobject{first: '#A07CFE'; second: '#FE8FB5';}The sparkles colors.

感谢