An animated line component with a moving gradient and optional logos at the endpoints.
import { GradientTracing } from "@/components/ui/gradient-tracing"; const Demo = () => ( <GradientTracing width={300} height={100} path="M0,50 L75,25 L150,75 L225,25 L300,50" /> ); export { Demo };
Part of HextaUI — browse the full library on 21st.dev.