Usage
Props
The color of the shadow effect.
Additional CSS classes for custom styling.
The HTML element to render the text as.
Credits
- Credits to SivaReddy Uppathi for this component
- Ported from Magic UI’s Line Shadow Text
A line shadow text component for Magic UI that adds a shadow effect to the text, making it visually appealing and engaging.
<LineShadowText
shadowColor="black"
as="span"
>
Your text here
</LineShadowText>