Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
215

Line Shadow Text

PreviousNext

A text component with a moving line shadow.

Installation

pnpm dlx shadcn@latest add @magicui/line-shadow-text

Usage

import { LineShadowText } from "@/components/magicui/line-shadow-text";
<LineShadowText>Magic UI</LineShadowText>

Props

PropTypeDefaultDescription
shadowColorstring"black"The color of the shadow effect
childrenstring-The text to display with shadow effect
asstring"span"The HTML element to render the text as