Components
Loading preview...
Animate text with an underline effect.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/animated-underlineimport { AnimatedUnderline } from "@/components/ui/animated-underline"
const Demo = () => {
return (
<>
<AnimatedUnderline/>
</>
)
}
export {Demo}