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