Getting Started
Templates
Components
Special Effects
Animations
Text Animations
Backgrounds
import { LineShadowText } from "@/components/ui/line-shadow-text"<LineShadowText>Magic UI</LineShadowText>| Prop | Type | Default | Description |
|---|---|---|---|
shadowColor | string | "black" | The color of the shadow effect |
children | string | - | The text to display with shadow effect |
as | "article" | "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "li" | "p" | "section" | "span" | "span" | The HTML element to render the text as |