For Tailwind CSS v3 docs, click here.

文本高亮

填充文本背景以突显文本的效果。

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

TextHighlight.vue

示例

With 3s delay

Rounded text background

Color from CSS variables: use the paintbrush icon in the top right corner to change the color.

With text color change.

API

Prop 名称类型默认值描述
delaynumber0Delay before the animation starts, in ms.
durationnumber2000Duration of the animation, in ms.
text-end-colorstringinheritColor of the text at the end of the animation. Match WCAG recommendations.

感谢