Animated integrations showcase component with marquee effects and gradient backgrounds.
import {Integrations} from "@/components/ui/integrations"; export default function IntegrationsDemo() { return ( <div className="bg-background relative z-10 h-[500px] w-full overflow-hidden rounded-lg border"> <Integrations /> </div> ) }
Part of Eldora UI — browse the full library on 21st.dev.