Animate text with an underline effect.
import { AnimatedUnderline } from "@/components/ui/animated-underline" const Demo = () => { return ( <> <AnimatedUnderline/> </> ) } export {Demo}
Part of HextaUI — browse the full library on 21st.dev.