Skip to main content
Add elegant shadow effects to your text with customizable colors and HTML elements.

Usage

<LineShadowText
  shadowColor="black"
  as="span"
>
  Your text here
</LineShadowText>

Props

shadowColor
string
default:"black"
The color of the shadow effect.
class
string
default:""
Additional CSS classes for custom styling.
as
string
default:"span"
The HTML element to render the text as.

Credits

Build docs developers (and LLMs) love