VideoCarousel Demo
React Component <VideoCarousel />
Enter a VIDEO_GROUP embed token above to load the carousel.
import { VeelProvider, VideoCarousel } from "@veelapp/react";
<VeelProvider endpoint="https://gateway.veelapp.com/graphql">
<VideoCarousel token="YOUR_TOKEN" />
</VeelProvider>Web Component <veel-carousel>
Uses the CDN sdk.js bundle. No React required on the host page.
Enter a token above to also preview the Web Component embed.
<script src="https://cdn.veelapp.com/sdk.js" async></script> <veel-carousel token="YOUR_TOKEN"></veel-carousel>