Components
npx shadcn@latest add https://21st.dev/r/preetsuthar17/animated-underlineLoading preview...
import { AnimatedUnderline } from "@/components/ui/animated-underline"
const Demo = () => {
return (
<>
<AnimatedUnderline/>
</>
)
}
export {Demo}