ShipFast
Installation
Usage
import { LineShadowText } from "@/components/magicui/line-shadow-text";
<LineShadowText>Magic UI</LineShadowText>
Props
Prop | Type | Default | Description |
---|---|---|---|
shadowColor | string | "black" | The color of the shadow effect |
children | string | - | The text to display with shadow effect |
as | string | "span" | The HTML element to render the text as |