Skip to main content

Installation

    Usage

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

    Props

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

    Build docs developers (and LLMs) love