For Tailwind CSS v3 docs, click here.

文字生成效果

一个酷炫的文本效果,在页面加载时文本一个接一个淡入。

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

TextGenerateEffect.vue

示例

Two text with different delay

API

Prop 名称类型默认值描述
wordsstringRequiredThe text to be displayed with the generating effect.
durationnumber0.7The duration of the text generation animation in seconds.
delaynumber0The delay before the text generation animation starts in milliseconds.
filterbooleantrueThe blur of the text.

感谢