For Tailwind CSS v3 docs, click here.

Line Shadow Text

A line shadow text component for Magic UI that adds a shadow effect to the text, making it visually appealing and engaging.

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

LineShadowText.vue

API

Prop 名称类型默认值描述
shadowColorstring"black"The color of the shadow effect
classstring""Additional CSS classes for custom styling.
asstring"span"The HTML element to render the text as.

功能特性

  • Slot-Based Content: Supports default slots for dynamic content, making it flexible for various use cases.

感谢